Skip to content

Commit b5046ad

Browse files
Update install instructions.
git-svn-id: http://llvm-lua.googlecode.com/svn/trunk@135 f87b780f-1855-0410-a4d3-fd11cda3f415
1 parent 43ac456 commit b5046ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.llvm-lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ README for llvm-lua
88
* mkdir build
99
* cd build
1010
for Release build:
11-
* cmake .. -DCMAKE_BUILD_TYPE=Release
11+
* cmake .. -DLLVM_PATH=<path to llvm+clan> -DCMAKE_BUILD_TYPE=Release
1212
for Debug build:
13-
* cmake .. -DCMAKE_BUILD_TYPE=Debug
13+
* cmake .. -DLLVM_PATH=<path to llvm+clan> -DCMAKE_BUILD_TYPE=Debug
1414
* make
1515

1616
=== Install ===

0 commit comments

Comments
 (0)