measur-tools-suite 1.0.11-beta.72 → 1.0.11-beta.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/bin/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,6 +67,7 @@ Below is an illustration of the WASM initialization and usage process:
|
|
|
67
67
|
- From the root directory of the MEASUR Tools Suite repository, run `mkdir build-cpp` and `cd build-cpp`
|
|
68
68
|
- Then run `cmake ..`
|
|
69
69
|
> If multiple compilers are present and default environment is not used, use `-G "XXX Makefiles"`. For example for windows using MinGW => `cmake .. -G "MinGW Makefiles"`
|
|
70
|
+
> For MacOS with arm64, add compiler flag `-DCMAKE_OSX_ARCHITECTURES=arm64`
|
|
70
71
|
- Then run `cmake --build .`
|
|
71
72
|
- Then run `cd bin` and `./cpp_tests` to execute the tests
|
|
72
73
|
> On Windows, the executable can be found under either the `Debug` or `Release` directories, depending on CMake configuration
|
package/bin/package.json
CHANGED