Skip to content
Gerard edited this page Jun 18, 2014 · 1 revision

Getting the code

git clone https://github.com/AlexAlbala/Alter-Native.git
git submodule init
git submodule update

Debian Wheezy (Stable)

  • The following software will be installed from the official debian repositories.

    • Install Mono Runtime.

        sudo apt-get install mono-complete
      
    • Install the necessary tools to run AlterNative.

        sudo apt-get install libboost-dev cmake build-essential
      
  • If you check your software version, you should have:

      Mono = 2.10.8.1 or higher
      MonoDevelop = 3.0.3.2 or higher
      libboost = 1.49 or higher
    
  • Use the provided command:

      source ./install.sh
    
  • Or use command line:

    • Initialize environment variables

        source ./alternative-init.sh
      
    • Compile AlterNative

        ./alternative.core-compile.sh
      
    • Compile the AlterNative library

        cd Lib/
        source ./alternative-lib-compile.sh
      

Home

Installation tutorials

Clone this wiki locally