get it to BUILD and RUN

This commit is contained in:
2026-06-02 09:21:51 -03:00
parent 322aa2178c
commit 8c1fc42867
4 changed files with 7 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Carbon Hydrogen
NeoNucleus JNI bindings.
### Dev Setup Notes
Java expects libcarbon.so on the src/native directory. This is the default unless you're not using the Makefile. Make *sure* to build NeoNucleus with `make lib MODE=release`, and place the libneonucleus.a on src/native.
Java expects libcarbon.so on the src/native directory. This is the default unless you're not using the Makefile. Make *sure* to build NeoNucleus with `make lib MODE=release`, and place the libneonucleus.a on src/native. The same applies for TLA (testLuaArch), which must be built with `make MODE=release`.