-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
davido262 edited this page Oct 28, 2012
·
30 revisions
Installation instructions
- Make sure development software is installed
`pacman -S gcc make cmake git`<\li>
-
Install dependencies
pacman -S boost sdl mesa bullet assimp
-
Download from GitHub repository Navigate to the folder the source code will be downloaded
git clone git://github.com/davido262/marble-madness-3d.git
-
Compile and install project Navigate to the folder where the build will be compiled (preferably outside the source)
cmake git-source-folder -G "Unix Makefiles" make
Run the executable under src/
-