Fix path in gitchurn project
This commit is contained in:
@@ -36,7 +36,7 @@ Install libgit2 and prepare stubs for the git library:
|
|||||||
```bash
|
```bash
|
||||||
|
|
||||||
cd samples/gitchurn
|
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
|
-compiler-option -I/usr/local/include -o libgit2
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ Compile the client:
|
|||||||
<div class="sample" markdown="1" theme="idea" mode="shell">
|
<div class="sample" markdown="1" theme="idea" mode="shell">
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
../../dist/bin/kotlinc src/main/kotlin \
|
../../dist/bin/kotlinc src/gitChurnMain/kotlin \
|
||||||
-library libgit2 -o GitChurn
|
-library libgit2 -o GitChurn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user