njsmith / pysrilm

An extremely simple Python wrapper for the SRI Language Modeling toolkit
BSD 2-Clause "Simplified" License
70 stars 20 forks source link

install under cygwin+windows #1

Open donglixp opened 11 years ago

donglixp commented 11 years ago

When install under cygwin+windows, we need to replace line 23 in setup.py to: extra_link_args=["-L" + SRILM_LIB_DIR, "-liconv"],