INSTRUCTIONS

This commit is contained in:
nora 2023-01-14 16:13:58 +01:00
parent d415bb7ae9
commit afa61289a5
2 changed files with 14 additions and 11 deletions

View file

@ -19,3 +19,8 @@ echo "Setting LD_LIBRARY_PATH to $LD_LIBRARY_PATH"
echo "Running Java tests. If this fails, there's something wrong :/"
cd "$SCRIPT_DIR/minmax-java"
./gradlew build
echo
echo "To use this player in another project, set the following environment variable:"
echo
echo "export LD_LIBRARY_PATH=\"$SCRIPT_DIR/target/release\""