From 60a7aa278e9d24e0927fabf12581e8b36b774a2c Mon Sep 17 00:00:00 2001 From: graehl Date: Fri, 25 Jun 2010 00:42:45 +0000 Subject: allow --beam_prune=0 git-svn-id: https://ws10smt.googlecode.com/svn/trunk@26 ec762483-ff6d-05da-a07a-a48fb63a330f --- BUILDING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BUILDING') diff --git a/BUILDING b/BUILDING index 77eafdfd..dcb3d45b 100644 --- a/BUILDING +++ b/BUILDING @@ -34,7 +34,8 @@ 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" + make LIBS+="-loolm -ldstruct -lmisc -lz -lboost_program_options" \ + CFLAGS+="-Wno-sign-compare" 5) Test -- cgit v1.2.3