How to run a Makefile text into the script console in Ubuntu 12.10

1.5k views Asked by At

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)

1

There are 1 answers

0
HughB On

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