Skip to content

Commit e1eff1c

Browse files
authored
Update README.md
added CMake build
1 parent 7a441b2 commit e1eff1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Next run `./gradlew build`
7979

8080
### TODO
8181

82-
* automate native binaries building. For now the only Mac OS library building hardcoded
82+
* automate native binaries building. For now, added CMake. Mac OS works with manual copy only due to rpath issue. Linux platform might be working but with running `make install` after `build.sh`. And proper environment variables is also required both for JDK and Julia.
8383
* fix SWIG related class names like *SWIGTYPE_p_jl_value_t*
8484
* implement convenient Java<->julia_JNI types converters
8585
* implement all methods of scripting engine/factory instead of stubs

0 commit comments

Comments
 (0)