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

On MacOS X

  • Install Mono >= 3.0 and Xamarin Studio >= 4.1, (http://www.mono-project.com/)

  • Install MacPorts (http://www.macports.org/)

  • Install cmake and boost

      sudo port install cmake boost
    
  • Use the provided command:

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

    • Initialize environment variables

        source ./alternative-init.sh
      
    • Compile AlterNative

        ./alternative.core-compile.sh
      
    • Also you can open the AlterNative.Core.sln with Xamarin Studio and compile
    • Compile the AlterNative library

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

Home

Installation tutorials

Clone this wiki locally