aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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