make sure you have gcc, make.
$ gcc -v
$ make -v
If you don't have make
$ sudo apt-get install make
If you don't have gcc
$ sudo apt-get install build-essential
You may need
$ sudo apt-get install libx11-dev
if make all error
You should be get the right result.
No comments:
Post a Comment