Skip to content

Build Instructions for Mac OS X 10.9

Rashid Khan edited this page Feb 7, 2014 · 8 revisions

The build for Mac OS X is very simple and straight forward.

Dependencies:

First step would be getting the repository - $git clone --recursive https://github.com/tomboy-notes/tomboy.osx

Now you have the repository containing the tomboy-library and tomboy for mac. Its time to build.

cd tomboy.osx/tomboy-library

make

The GNU Make utility fetches all the dependencies needed and builds tomboy-library. If the last command runs without producing any errors, then the build was successful.

After building tomboy-library, you can use up Xamarin Studio to open up the tomboy.sln and build within Xamarin Studio.

If you face any issues while building, please talk to the developers either on IRC : #tomboy or drop a mail on Mailing List

Clone this wiki locally