Setting up Linux version: Difference between revisions

no edit summary
No edit summary
Line 27: Line 27:


==Compiling the Source==
==Compiling the Source==
{{Warning|On Arch Linux, you will need to explicitly specify to cmake where to find the config executables. You can do that by adding this line into the build script: -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config32-2.8' -DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc32-2.8'}}


Now that we have installed all external libraries, it is time to compile the source code! To do that, we are going to run a shell script which automates the entire process.<br />
Now that we have installed all external libraries, it is time to compile the source code! To do that, we are going to run a shell script which automates the entire process.<br />
ninja
782

edits