Fix path in gitchurn project

This commit is contained in:
kdnakt
2020-12-07 00:34:28 +09:00
committed by Nikolay Krasko
parent d46b2e927c
commit 6475d1c5ce
+2 -2
View File
@@ -36,7 +36,7 @@ Install libgit2 and prepare stubs for the git library:
```bash
cd samples/gitchurn
../../dist/bin/cinterop -def src/main/c_interop/libgit2.def \
../../dist/bin/cinterop -def src/nativeInterop/cinterop/libgit2.def \
-compiler-option -I/usr/local/include -o libgit2
```
@@ -47,7 +47,7 @@ Compile the client:
<div class="sample" markdown="1" theme="idea" mode="shell">
```bash
../../dist/bin/kotlinc src/main/kotlin \
../../dist/bin/kotlinc src/gitChurnMain/kotlin \
-library libgit2 -o GitChurn
```