-
Notifications
You must be signed in to change notification settings - Fork 5
Developer Notes
Seth Shelnutt edited this page Nov 12, 2019
·
3 revisions
To run the tests use:
./gradlew test
To auto-format the Java source code run:
./gradlew format
to check Java source code formatting:
./gradlew checkFormat
- Swig (>=3.0)
For OSX swig is available using brew install swig
Installation instructions for other operating systems can be found here: http://www.swig.org/Doc3.0/Preface.html#Preface_installation
-
Set the ENV variable
TILEDB_HOME
to the install location of TileDB. -
Generate the JNI code using
env TILEDB_HOME=/path/to/TileDB/dist ./gradlew generateJNI