Skip to content

Commit

Permalink
Merge pull request mozart#290 from doublec/build_path_fix
Browse files Browse the repository at this point in the history
Fix path in build instructions
  • Loading branch information
sjmackenzie authored May 22, 2017
2 parents 0482809 + c6ff042 commit 9826a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Mozart 2 is built with cmake. The following steps will perform the build:

$ mkdir build
$ cd build
$ CXXFLAGS=-I`pwd`/llvm-install/include cmake -DCMAKE_BUILD_TYPE=Release \
$ CXXFLAGS=-I`pwd`/../llvm-install/include cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/path/to/install \
../mozart2
$ make
Expand Down

0 comments on commit 9826a52

Please sign in to comment.