Installing Amoebax
Requirements
Amoebax depends on the following third-party libraries:
Optionally, if you want to generate source's documentation you'll also need:
Source Installation
- Install requirements, if necessary.
- Download the latests released version.
- Unpack the tarball:
# tar xvjf amoebax-<version>.tar.bz2
- Enter to the new created directory:
# cd amoebax-<version>
- Execute the “configure” script at the directory's root:
# ./configure --prefix=/usr/local
- Build the game:
# make
- Install the application. If you don't have permissions to install on the destination directory, you'll need to do this step as root:
# make install or # sudo make install
- Enjoy!
Windows installation
- Download the latest released binaries for Windows.
- Double click on the MSI file.
- Click Next.
- Read the license agreement and if you agree click on the "I accept the terms in the License Agreement" checkbox and click Next.
- Click Next to accept the default installation directory.
- Click Install to begin the installation process.
- Click Finish to end the installation program.
- Double click the new Amoebax icon on the Desktop.
- Enjoy!
Mac OS X installation
- Download the latest released binaries for Mac OS X.
- Double click the disk image file.
- Drag the Amoebax application to your Applications folder.
- Double click on Amoebax.
- Enjoy!
