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.
1 parent 3fcefdc commit 0571658Copy full SHA for 0571658
README.md
@@ -18,7 +18,7 @@ Building this tool require building LLVM and Clang. This can take hours. Please
18
19
* Follow the [building instructions](http://clang.llvm.org/docs/LibASTMatchersTutorial.html#step-0-obtaining-clang) for Clang (Only step 0)
20
* Go to `llvm/tools/clang/tools/extra`
21
-* Clone this repository `git clone https://github.com/mrRosset/scalaBindgen.git`
+* Clone this repository `git clone https://github.com/mrRosset/scala-native-bindgen scala-bindgen`
22
* Add `add_subdirectory(scala-bindgen)` to the CMakeLists.txt in the extra folder
23
* Re-run the llvm/clang compilation
24
0 commit comments