From 97ae34da2a51d9bbc13905598ebc80633c3f80c2 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 14 May 2025 09:55:52 +0200 Subject: Updates to build script and preparation for JS / WASM target --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 C functions in an object-oriented C++ interface for more convenient use. The `cpp/examples` folder contains some examples for how to use this -interface. You can build them with e.g. +interface. You can build them and run them with the build tool, for example: ``` -g++ -std=c++20 cpp/nissy.cpp cpp/examples/solve_h48h3k2.cpp nissy.o +./build cpp cpp/examples/solve_h48h3k2.cpp ``` NOTE: If you prefer to use a C-style API, you'll have to write -- cgit v1.3