From 812197239231a8dada950e777da0d0ce93c3d7c2 Mon Sep 17 00:00:00 2001 From: Raphael Schaad Date: Wed, 16 Sep 2015 14:46:16 -0400 Subject: [PATCH] Add Note to Build Instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The first time around the build failed with an "Error 2". I’m not sure why but other people might encounter the same as I currently have a relative vanilla OS X/Homebrew installation. Simply trying again succeeded. --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index e9864a7e..aa351931 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -28,6 +28,7 @@ make -j8 open app/Antimony.app ``` +Note: If `make -j8` exits with an "Error 2" just run `make -j8` again to succeed. Linux -----