Skip to content

Commit

Permalink
feat(readme): remove msys2 section
Browse files Browse the repository at this point in the history
  • Loading branch information
uulm-janbaudisch committed Dec 3, 2024
1 parent 5fad092 commit 95f3fb8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,6 @@ docker run -v <local/directory>:/work d4v2 --input /work/input.cnf --method ddnn
- [zlib][zlib] (optional, for glucose)
- [Mt-KaHyPar][mtkahypar]

#### Windows

On Windows, [MSYS2][msys2] is required to build the project.
For building with the GCC toolchain, the UCRT64 or CLANG64 environment is used depending on the compiler (GCC or Clang).
All dependencies must be installed for the environment.
This can be achieved by using `pacboy`:

```
pacman -S pactoys
pacboy -S toolchain:p cmake:p ninja:p gmp:p boost:p
```

#### Build

This is a CMake project.
Expand Down

0 comments on commit 95f3fb8

Please sign in to comment.