mirror of
https://github.com/Noratrieb/minmax.git
synced 2026-01-14 15:25:08 +01:00
INSTRUCTIONS
This commit is contained in:
parent
d415bb7ae9
commit
afa61289a5
2 changed files with 14 additions and 11 deletions
|
|
@ -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\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue