Skip to content

Commit

Permalink
Correct cmake path?
Browse files Browse the repository at this point in the history
Relevant to [this comment](#71 (comment))
  • Loading branch information
mkeeter authored Jan 24, 2017
1 parent 8fd10a9 commit 48fdfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ git clone https://github.com/mkeeter/antimony
cd antimony
mkdir build
cd build
BOOST_ROOT=~/boost_1_63_0/ BOOST_LIBRARYDIR=~/boost_1_63_0/stage/ cmake -G"MSYS Makefiles" ..
BOOST_ROOT=~/boost_1_63_0/ BOOST_LIBRARYDIR=~/boost_1_63_0/stage/ /mingw64/bin/cmake -G"MSYS Makefiles" ..
make -j8
```

Expand Down

0 comments on commit 48fdfc6

Please sign in to comment.