-
-
Notifications
You must be signed in to change notification settings - Fork 212
Installing on FreeBSD
Janek edited this page Aug 10, 2020
·
1 revision
# 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
$ git clone https://github.com/andmarti1424/sc-im
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
$ ./scim