Skip to content

Ubuntu 16.04.1 with libxlsreader

haruna edited this page Jun 21, 2021 · 11 revisions

You can compile scim with libxls. Just compile the xls library from sourceforge.

libxlsreader

Note that this instructions may be out of date.

In the makefile

  1. add this line:
LDFLAGS="-L/usr/local/libxls/lib"
  1. change CFLAGS to:
CFLAGS := -O2 -Wall -pipe -g -I/usr/include/libxml2 -I/usr/local/libxls/include/libxls -I/usr/local/libxls/include
  1. and change LDLIBS to:
LDLIBS := -lm -lncursesw -lxlsreader -lzip -lxml2