summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorSerge Y. Stroobandt <serge@stroobandt.com>2017-11-18 12:48:59 +0100
committerGitHub <noreply@github.com>2017-11-18 12:48:59 +0100
commitd19c51b5f8ad097748b5996a2087f33304f3e237 (patch)
tree8be740a28220eeae19568ec4843d56cda9056161 /Readme.md
parentfe9835e8e723fd3e81d5348b28431aae3a91ba2a (diff)
Read.me Install instructions for Ubuntu.
These instructions will only work with the proposed small addition to the Makefile.
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md42
1 files changed, 42 insertions, 0 deletions
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: