From d19c51b5f8ad097748b5996a2087f33304f3e237 Mon Sep 17 00:00:00 2001 From: "Serge Y. Stroobandt" Date: Sat, 18 Nov 2017 12:48:59 +0100 Subject: Read.me Install instructions for Ubuntu. These instructions will only work with the proposed small addition to the Makefile. --- Readme.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index b82816e..a44967b 100644 --- a/Readme.md +++ b/Readme.md @@ -67,6 +67,48 @@ brew tap nickolasburr/pfa brew install sc-im ``` +### Ubuntu with XLSX import & export + +Start by installing all required dependencies. + +``` +$ sudo apt-get install bison libncurses5-dev libncursesw5-dev libxml2-dev libzip-dev + +$ git clone https://github.com/jmcnamara/libxlsxwriter.git +$ cd libxlsxwriter/ +$ make +$ sudo make install +``` + +At this point, it is important to refresh the dynamic link library cache: +``` +$ sudo ldconfig +``` + +Proceed with downloading and compiling sc-im. +``` +$ cd .. +$ git clone https://github.com/andmarti1424/sc-im.git +$ cd sc-im/src +$ make +$ sudo make install +``` + +Type `scim` at the command line prompt to run the program. + +For legacy `.xsl` file reading support, please refer to [this wiki page](https://github.com/andmarti1424/sc-im/wiki/Ubuntu-16.04.1-with-libxlsreader). + +### Configuration + +The file `~/.scimrc` contains configuration data. Here is an example. + + set autocalc + set numeric + set numeric_decimal=0 + set xlsx_readformulas + +Other configuration variables are listed in the [help file](https://raw.githubusercontent.com/andmarti1424/sc-im/freeze/src/doc). + ### Helping us Want to help? You can help us with one or more of the following: -- cgit v1.2.3