Linux Mac Build Instructions - salindersidhu/Buddhabrot GitHub Wiki
Compiling Buddhabrot:
- Navigate to the Buddhabrot source code using the terminal by typing
cd Buddhabrot
- Compile the application using the terminal by typing
make
Running Buddhabrot:
Type ./Buddhabrot
to start the application in the terminal.