From a71e796a665c43f1d35d560392ec370035a334a4 Mon Sep 17 00:00:00 2001 From: "Serge Y. Stroobandt" Date: Tue, 21 Nov 2017 19:03:13 +0100 Subject: Read.me now refers to wiki for Ubuntu instructions --- Readme.md | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index a44967b..37a4e08 100644 --- a/Readme.md +++ b/Readme.md @@ -69,34 +69,7 @@ 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). +See [this wiki page](https://github.com/andmarti1424/sc-im/wiki/Ubuntu-with-XLSX-import-&-export). ### Configuration @@ -105,6 +78,7 @@ The file `~/.scimrc` contains configuration data. Here is an example. set autocalc set numeric set numeric_decimal=0 + set overlap set xlsx_readformulas Other configuration variables are listed in the [help file](https://raw.githubusercontent.com/andmarti1424/sc-im/freeze/src/doc). -- cgit v1.2.3