Skip to content

Commit

Permalink
Merge pull request #100 from wx257osn2/for-cygwin
Browse files Browse the repository at this point in the history
Add manual build information for cygwin users
  • Loading branch information
ken-matsui committed Feb 12, 2019
2 parents 2e2f218 + ea3423f commit 9c489f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ $ make
$ make install
```

**For Cygwin users:** Currently, you need to pass some options to `cmake` like below (for more detail, see [#93](https://github.com/poacpm/poac/issues/93)):

```bash
cmake .. -DCMAKE_CXX_FLAGS="-D_GNU_SOURCE -DBOOST_ASIO_HAS_STD_STRING_VIEW -Wa,-mbig-obj"
```

Already poac is installed, you can build using poac:
```bash
$ poac build
Expand Down

0 comments on commit 9c489f9

Please sign in to comment.