⚠ DEVELOPMENT HAS JUST BEGUN. ⚠ DOES NOT WORK YET!
Just run make to build. You can also optionally use CMake.
$ mkdir ~/addie
$ cd ~/addie
$ git clone https://github.com/Starcounter-Jack/Addie.git ./
$ make
$ ./addie
You can use the same instructions as for the Linux build. Optionally, you can use CMake to create a XCode project
$ cmake -G Xcode
We will make sure that Addie compiles using the Microsoft compiler and Visual Studio.