Skip to content

Commit

Permalink
docs: update build requirements for unix based systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Puerling committed Oct 18, 2024
1 parent b994ae8 commit 8ac01b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Build_Unix_OSX.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Core library

**Requirements**

- cmake >= 3.10
- compiler with C++14 support, e.g. gcc >= 5.1
- cmake >= 3.12
- compiler with C++17 support, e.g. gcc >= 13.2

**Build**

Expand Down Expand Up @@ -227,4 +227,4 @@ make -j
make package
```

Note that one can choose the generator as `cpack -G DragNDrop`.
Note that one can choose the generator as `cpack -G DragNDrop`.

0 comments on commit 8ac01b5

Please sign in to comment.