⚠ 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
$ ./addieYou can use the same instructions as for the Linux build. Optionally, you can use CMake to create a XCode project
$ cmake -G XcodeWe will make sure that Addie compiles using the Microsoft compiler and Visual Studio.

