Skip to content

Commit

Permalink
Add note about gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozzyz committed Oct 9, 2020
1 parent e2fb1ed commit 577bef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CipheyCore builds as a static library, but depends on some of Boost's header-onl
| Homebrew (OSX) | `brew install boost swig` |
| Chocolatey (Windows) | `choco install swig` and install boost from boost.org |

:warning: **Note:** This project requires `gcc>=8`. Depending on which platform you are on, you might experience that the default gcc is a lower version. You can check your gcc version by running `gcc -v`.
## Building

CipheyCore can be used as a C++ library for use in other C++ projects, or as a python3 module (with reduced functionality and speed).
Expand Down

0 comments on commit 577bef2

Please sign in to comment.