From 970af9ba1b5228a5fd48cd7517557bc2857d28e8 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 30 May 2015 22:56:19 -0400 Subject: readme update --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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. -- cgit v1.1