We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the package libxext-dev may be missing in some cases: to add in the example below. Thanks!
At first you will need GCC and G++ compiler you will need also build-essential and Autoconf Automake You may need the libxext-dev package as well
sudo apt-get install gcc g++ sudo apt-get install autoconf automake sudo apt-get install build-essential sudo apt-get install libxext-dev
Install Lex and Yacc
sudo apt-get install byacc flex
After installing type following commands
./autogen.sh ./configure make
If no error occurs you will get ppc binary in src directory
If you haven't already, install XQuartz.
In Terminal, run the following commands:
The text was updated successfully, but these errors were encountered:
Install libXext.
libXext
Sorry, something went wrong.
No branches or pull requests
the package libxext-dev may be missing in some cases: to add in the example below. Thanks!
Compiling on Linux
On Ubuntu based system
At first you will need GCC and G++ compiler you will need also build-essential and Autoconf Automake
You may need the libxext-dev package as well
Install Lex and Yacc
sudo apt-get install byacc flex
After installing type following commands
If no error occurs you will get ppc binary in src directory
Compiling on OS X
On El Capitan 10.11
If you haven't already, install XQuartz.
In Terminal, run the following commands:
The text was updated successfully, but these errors were encountered: