Fast forward JSSC

This commit is contained in:
A Pottinger
2022-10-18 09:01:21 -07:00
parent 3906449fbf
commit fce6a5bfe8
9 changed files with 2 additions and 0 deletions

View File

@@ -2,3 +2,5 @@ This is using a modified version of Java Simple Serial Connector by Alexey Sokol
To compile the C++ portion of the library on OS X:
g++ -shared [or: -dynamiclib?] -arch i386 -arch x86_64 -I/System/Library/Frameworks/IOKit.framework/Versions/A/Headers -I$JAVA_HOME/include -I$JAVA_HOME/include/darwin -framework IOKit -framework CoreFoundation -o libjSSC-2.6.jnilib jssc.cpp
Update 2022-10-18: Upstream java-native/jssc now packages all of the libs in a fat jar.