Skip to content
davido262 edited this page Oct 28, 2012 · 30 revisions

Installation instructions

Arch Linux

  1. Make sure development software is installed

pacman -S gcc make cmake git

  1. Install dependencies

pacman -S boost sdl mesa bullet assimp

  1. Download from GitHub repository

Navigate to the folder the source code will be downloaded

git clone git://github.com/davido262/marble-madness-3d.git

  1. 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/

OpenSUSE

Windows

Clone this wiki locally