summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorSerge Y. Stroobandt <serge@stroobandt.com>2017-11-21 19:03:13 +0100
committerGitHub <noreply@github.com>2017-11-21 19:03:13 +0100
commita71e796a665c43f1d35d560392ec370035a334a4 (patch)
tree2a24c7b71ba697ac613b4324911539b948bd3df4 /Readme.md
parentd19c51b5f8ad097748b5996a2087f33304f3e237 (diff)
Read.me now refers to wiki for Ubuntu instructions
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md30
1 files changed, 2 insertions, 28 deletions
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).