Skip to content

Installing on FreeBSD

Janek edited this page Aug 10, 2020 · 1 revision

Install dependencies

# pkg install gmake bison git pkgconf

For the optional XLSX (OOXML) support you will need libxml2 and libzip:

# pkg install libxml2 libzip

For the optional XLS support you will need libxls

# pkg install libxls

Get the latest sources from GitHub:

$ git clone https://github.com/andmarti1424/sc-im

Build it

Building is done in the src directory.

$ cd src
$ make

To build with XLS support, you will need to set up CFLAGS and LDLIBS to include the requisite libxls bits:

$ env CFLAGS="-DXLS -I/usr/local/include" LDLIBS="-L/usr/local/lib -lxlsreader" make

Execute it

$ ./scim