diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-14 09:55:52 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-14 09:55:52 +0200 |
| commit | 97ae34da2a51d9bbc13905598ebc80633c3f80c2 (patch) | |
| tree | 7496396ece5e9f5a1e170653d1f13de749170d5b /README.md | |
| parent | d60c210bdadff5d8f5b9dc73a701560d54f69fff (diff) | |
| download | nissy-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -174,10 +174,10 @@ implementation file `nissy.cpp`. This interface wraps the calls to the | |||
| 174 | C functions in an object-oriented C++ interface for more convenient use. | 174 | C functions in an object-oriented C++ interface for more convenient use. |
| 175 | 175 | ||
| 176 | The `cpp/examples` folder contains some examples for how to use this | 176 | The `cpp/examples` folder contains some examples for how to use this |
| 177 | interface. You can build them with e.g. | 177 | interface. You can build them and run them with the build tool, for example: |
| 178 | 178 | ||
| 179 | ``` | 179 | ``` |
| 180 | g++ -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 | ||
| 183 | NOTE: If you prefer to use a C-style API, you'll have to write | 183 | NOTE: If you prefer to use a C-style API, you'll have to write |
