Skip to content

Commit

Permalink
docs: fix README.md build details
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Aug 11, 2024
1 parent 7312e4a commit de68e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ To build the desktop example do:

```
cd ~/.vmodules/jni/examples/desktop/v_as_library
v run build.vsh
v run build_and_run.vsh
```

The `build.vsh` script is a simple helper for doing:
The `build_and_run.vsh` script is a simple helper for doing:
```
export JAVA_HOME=/detect/path/to/java/root
export LD_LIBRARY_PATH="$(pwd)":$LD_LIBRARY_PATH # Needed for Java to load the shared library
Expand Down

0 comments on commit de68e63

Please sign in to comment.