Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 286 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 286 Bytes

remotebuf

Build for the first time using

./build.sh

After that, run:

make java

If you want to build with a custom compiler (doesn't work for jni .so generation), do: CXX=customgcc make java

If you want to build with logging output do: CXXFLAGS=-DDEBUG make java