0

I want to install a driver which is a Makefile text and I don't know the way to run it in the console on Ubunto 12.10 (I'd really want to make myself clear Thank You)

Nick
  • 1,417
  • 1
  • 14
  • 21
VICGRA
  • 1
  • 1

1 Answers1

0

Use "make". Like this: make; make install

HughB
  • 363
  • 2
  • 12