summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-04-15 16:37:58 -0300
committermongo <mongo@iomega>2016-04-15 16:37:58 -0300
commite7a0f6c20101463493fe605a43b4ddc63dbe5014 (patch)
treec6f67c9f3c179e4fbbbd8216c9f3faef561afde8 /Readme.md
parent3caeca4abb02f1b3fc085c04fadba3d62c26f12d (diff)
Updated Readme
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index ef423e9..162053a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -34,9 +34,23 @@ SC-IM stands for Spreadsheet Calculator Improvised. :-)
## Build & Install
-* Edit Makefile file according to your system and needs.
-* Run 'make' inside /src folder to build SC-IM.
-* You can install the binary 'scim' in your system by typing 'make install' with a privileged user.
+* 1. Edit Makefile file according to your system and needs.
+
+For OSX users do:
+```
+ brew install ncurses
+ brew link ncurses
+```
+
+* 2. Inside /src folder run:
+```
+make
+```
+* 3. Optional: You can install the binary 'sc-im' in your system by typing with a privileged user:
+```
+make install
+```
+
### Donations