Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit c59710b

Browse files
authored
Added note for building on Windows (#1)
1 parent 2511004 commit c59710b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ implementation 'io.github.itsaky:android-tree-sitter:<version>'
1818
- Init/update submodules with `git submodule update --init`
1919
- If building from Android Studio, set the `ndk.dir` and `java.home` properties in your `local.properties` file.
2020

21+
**Note** : Even though this an Android Gradle project, it uses `gcc` and other Linux tools to build the shared libraries for the host operating system. Therefore, in order to build `android-tree-sitter` on Windows, you might need to setup those tools first. You might need to modify the Gradle build scripts as well.
22+
2123
### Use the `build.sh` script
2224

2325
```

0 commit comments

Comments
 (0)