diff options
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 |
