diff --git a/BUILDING.md b/BUILDING.md new file mode 100644 index 0000000..f2cff89 --- /dev/null +++ b/BUILDING.md @@ -0,0 +1,10 @@ +Build Instructions +=================== + +Xcode is required: + +[https://developer.apple.com/xcode/](https://developer.apple.com/xcode/) + +To compile open a Terminal in the macfusion directory and enter: + +`xcodebuild -sdk macosx10.8 -target All`