You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALLATION.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ If you want to do it manually by yourself, make sure all of following dependenci
16
16
- automake
17
17
- make
18
18
- libtool
19
-
- clang
19
+
- clang (Build for java only)
20
20
21
21
### MacOS
22
22
> Following packages can be installed via `brew`
@@ -30,34 +30,35 @@ If you want to do it manually by yourself, make sure all of following dependenci
30
30
> Native libraries for this project includes `libwallycore` and the other jni wrapper libraries.
31
31
You only need to build `libwallycore` once since it's not frequently changed but you have to rebuild the jni libraries each time there is any changes in the jni codes.
32
32
33
-
> For android building, `NDK_HOME="your/ndk/home"` is needed for each build command.
33
+
> Environment variables is required for building native libraries. For android, `NDK_HOME="your/ndk/home"` is needed. For Java, you have to set`CC="your/clang"` before each build command.
0 commit comments