We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0482809 + c6ff042 commit 9826a52Copy full SHA for 9826a52
README.md
@@ -118,7 +118,7 @@ Mozart 2 is built with cmake. The following steps will perform the build:
118
119
$ mkdir build
120
$ cd build
121
- $ CXXFLAGS=-I`pwd`/llvm-install/include cmake -DCMAKE_BUILD_TYPE=Release \
+ $ CXXFLAGS=-I`pwd`/../llvm-install/include cmake -DCMAKE_BUILD_TYPE=Release \
122
-DCMAKE_INSTALL_PREFIX:PATH=/path/to/install \
123
../mozart2
124
$ make
0 commit comments