this_algorithm/test-data/generator/README.adoc

19 lines
268 B
Plaintext
Raw Normal View History

2023-02-24 00:32:53 -05:00
= test-data generator
This code generates output based on the S2 C++ library
[source,sh]
----
podman build -t s2-test-container .
podman run --rm -it -v "${PWD}:/Source/src" s2-test-container
----
In the container:
[source,sh]
----
cd build
cmake ..
make -j4
----