-
Notifications
You must be signed in to change notification settings - Fork 39
MacOSX
Gerard edited this page Jun 18, 2014
·
1 revision
git clone https://github.com/AlexAlbala/Alter-Native.git
git submodule init
git submodule update
-
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
-