Skip to content

Commit 0660bba

Browse files
fingolfinbarche
authored andcommitted
README.md: mention that a C++17 compiler is required
1 parent 3714583 commit 0660bba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ for use in other C++ projects. To build a Julia interface to a C++ library, you
88

99
## Building libcxxwrap-julia
1010

11+
Building libcxxwrap-julia requires a C++ compiler which supports C++17
12+
(e.g. GCC 7, clang 5; for macOS users that means Xcode 9.3).
13+
1114
The main CMake option of interest is `Julia_PREFIX`, which should point to the Julia installation you want to use. The `PREFIX` is a directory, one containing the `bin` and `lib` directories and so on. If you are using a binary download of Julia (https://julialang.org/downloads/), this is the top-level directory; if you build Julia from source (https://github.com/JuliaLang/julia), it would be the `usr` directory of the repository. Below we will call this directory `/home/user/path/to/julia`, but you should substitute your actual path in the commands below.
1215

1316
On Linux or Mac, the sequence of commands to follow is:

0 commit comments

Comments
 (0)