-
Notifications
You must be signed in to change notification settings - Fork 69
Compiling
tech234a edited this page Mar 28, 2020
·
7 revisions
Use the following command to install the needed prerequisites for compiling:
sudo apt-get install gcc g++ autoconf automake build-essential libxext-dev byacc flex -y
After installing type the 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:
./autogen.sh
./configure
make