Skip to content

Commit

Permalink
Added notes to install about Cygwin and MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
ahicks92 committed Sep 20, 2014
1 parent 97089c9 commit 00adac2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Build instructions for libcubeb
===============================

Note: If you are using MinGW, remove -pthread from src_libcubeb_la_LDFLAGS.

Note Also:Cubeb does not currently build under Cygwin, but this is being worked on.

0. Change directory into the source directory.
1. Run |autoreconf --install| to generate configure.
2. Run |./configure| to configure the build.
3. Run |make| to build.
4. Run |make check| to run the test suite.

0 comments on commit 00adac2

Please sign in to comment.