Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 0e2f804

Browse files
authored
Update README.md
1 parent 6162257 commit 0e2f804

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ If you have any questions, feel free to contact us via [[email protected]]
1212
## System Requirements and Building
1313

1414
The implementation is compatible with any C++17 compiler and a minimum CMake version of 3.14.
15+
16+
To get the most out of this library it is recommended to have the GMP library installed.
17+
18+
### Building tests
19+
20+
From the project root, run:
21+
22+
Configuration: `cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_ZX_TESTS=ON -S . -B build`
23+
24+
Compiling: `cmake --build build --config Release --target zx_test`

0 commit comments

Comments
 (0)