Skip to content

Commit

Permalink
Merge pull request #5 from jmr/patch-1
Browse files Browse the repository at this point in the history
README.md: Clarify that uint64_t is needed
  • Loading branch information
kampersanda authored Feb 3, 2023
2 parents 7534644 + 02dbce5 commit 76382c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Or, since this library consists only of header files, you can easily install it

You need to install a modern C++17 ready compiler such as `g++ >= 7.0` or `clang >= 4.0`. For the build system, you need to install `CMake >= 3.0` to compile the library.

The library considers a 64-bit operating system. The code has been tested only on Mac OS X and Linux. That is, this library considers only UNIX-compatible OS.
The library requires that `std::uint64_t` exists. (This is true for nearly any target, even 32-bit ones.) The code has been tested only on Mac OS X and Linux. That is, this library considers only UNIX-compatible OS.

### Python binding

Expand Down

0 comments on commit 76382c9

Please sign in to comment.