diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-11-07 18:10:00 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-11-07 18:10:00 -0500 |
commit | 70c65e2a4df480f16a5f43de71024c4f36659b8e (patch) | |
tree | 7807b86743760c7c1c78e066ddf26ed91cbd6d3d /BUILDING | |
parent | 9ed514b2d10c9507a8399623306582da45b78800 (diff) | |
parent | 9b9d565a9300b3a2b80bbb952bbf88dd36860ce2 (diff) |
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'BUILDING')
-rw-r--r-- | BUILDING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ Instructions for building If you're building on cygwin, their libtool is buggy; this make command works for now: - make LIBS+="-loolm -ldstruct -lmisc -lz -lboost_program_options" \ + make LIBS+="-lz -lboost_program_options" \ CFLAGS+="-Wno-sign-compare" 5) Test |