aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-14 09:55:52 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-14 09:55:52 +0200
commit97ae34da2a51d9bbc13905598ebc80633c3f80c2 (patch)
tree7496396ece5e9f5a1e170653d1f13de749170d5b /README.md
parentd60c210bdadff5d8f5b9dc73a701560d54f69fff (diff)
downloadnissy-core-97ae34da2a51d9bbc13905598ebc80633c3f80c2.tar.gz
nissy-core-97ae34da2a51d9bbc13905598ebc80633c3f80c2.zip
Updates to build script and preparation for JS / WASM target
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1f7d1f6..384d217 100644
--- a/README.md
+++ b/README.md
@@ -174,10 +174,10 @@ implementation file `nissy.cpp`. This interface wraps the calls to the
174C functions in an object-oriented C++ interface for more convenient use. 174C functions in an object-oriented C++ interface for more convenient use.
175 175
176The `cpp/examples` folder contains some examples for how to use this 176The `cpp/examples` folder contains some examples for how to use this
177interface. You can build them with e.g. 177interface. You can build them and run them with the build tool, for example:
178 178
179``` 179```
180g++ -std=c++20 cpp/nissy.cpp cpp/examples/solve_h48h3k2.cpp nissy.o 180./build cpp cpp/examples/solve_h48h3k2.cpp
181``` 181```
182 182
183NOTE: If you prefer to use a C-style API, you'll have to write 183NOTE: If you prefer to use a C-style API, you'll have to write

Generated with cgit - Back to sebastiano.tronto.net