From 2c7c3a3c85bc1e06a5be4a6f78b2bfe89e54d8b3 Mon Sep 17 00:00:00 2001 From: Lefraudeur <91006387+Lefraudeur@users.noreply.github.com> Date: Sun, 19 May 2024 21:48:19 +0200 Subject: [PATCH] add build instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29fc419..090d010 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +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 +``` \ No newline at end of file