aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 83f9003..e27adc1 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,23 @@ A retro stock-trading game utilizing live data.
Made mostly for fun, there's a very slow, CGI-based demo version available [here](http://fwei.ml/market-sim.html).
+## Building
+
+### Prerequisites
+
+ - libcurl
+ - libcurses or equivalent (optional, see below)
+
+Just run:
+
+ make ; sudo make install
+
+This will install the market-sim binary in `/usr/local/bin`.
+
+### Building Without Curses Support
+
+Uncomment the `#define WITHOUT_CURSES` line in `src/globals.h`, then build as described above.
+
## About
Made with boredom and a cheaply bought keyboard.