Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 291 Bytes

build-freebsd.md

File metadata and controls

11 lines (7 loc) · 291 Bytes

Specific installation instructions for FreeBSD

If you get the following error, after using configure and make:

invalid DSO for symbol `libiconv_open' definition

Try running the following commands:

ICONV_LIBS="-l iconv" ./configure
make