Skip to content

Commit

Permalink
add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lefraudeur committed May 19, 2024
1 parent 29123c9 commit 2c7c3a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,11 @@ It is not really natural, but I can't think of a better way... \
I try to find the best compromise between the easiness of the mappings and of the actual code

While c++ templates are fun, useful, and very powerful, \
coding another program that writes repetitive code for you would give way more possibilites
coding another program that writes repetitive code for you would give way more possibilites

### Building example dll
Use visual studio or install cmake and run :
```
cmake -B ./Build
cmake --build Build --target MetaJNI --config Release
```

0 comments on commit 2c7c3a3

Please sign in to comment.