summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-13 08:54:34 -0300
committerAndrés <andmarti@gmail.com>2021-03-13 08:54:34 -0300
commit4e96a93bc7eb65f0588fffbedae34e143ad08f25 (patch)
tree62900f411c6a3d7c6616dcc00b0338da6657a43a /Readme.md
parent20cb5986256ea3b9983dfd126454102f00fcbf83 (diff)
Updated Readme
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md37
1 files changed, 14 insertions, 23 deletions
diff --git a/Readme.md b/Readme.md
index 5f91e28..0d22027 100644
--- a/Readme.md
+++ b/Readme.md
@@ -37,29 +37,20 @@ SC-IM stands for Spreadsheet Calculator Improvised. :-)
## Installation
### Dependencies
-Requirements:
- ncurses (best if compiled with wide chars support)
-
- bison or yacc
-
- gcc
-
- make
-
-Optionals:
- tmux / xclip / pbpaste (for clipboard copy/paste)
-
- gnuplot (for plots)
-
- libxlsxreader (for xls support)
-
- xlsxwriter (for xlsx export support)
-
- libxml-2.0 and libzip (for xlsx import support)
-
- lua (for Lua scripting)
-
- threads support (in case you want to test this in Minix, just disable autobackup and HAVE_PTREAD.)
+* Requirements:
+ ncurses (best if compiled with wide chars support)
+ bison or yacc
+ gcc
+ make
+
+* Optionals:
+ tmux / xclip / pbpaste (for clipboard copy/paste)
+ gnuplot (for plots)
+ libxlsxreader (for xls support)
+ xlsxwriter (for xlsx export support)
+ libxml-2.0 and libzip (for xlsx import support)
+ lua (for Lua scripting)
+ threads support (in case you want to test this in Minix, just disable autobackup and HAVE_PTHREAD)
### Manual