add libevent to readme

This commit is contained in:
Martin Michelsen
2019-10-16 22:32:28 -07:00
parent fa41dab13e
commit 76c810c1e6
+1 -1
View File
@@ -27,7 +27,7 @@ This project is primarily for my own nostalgia. Feel free to peruse if you'd lik
Currently this code should build on macOS and Ubuntu. It might build on other Linux flavors, but don't expect it to work on Windows at all.
So, you've read all of the above and you want to try it out? Here's what you do:
- Make sure you have libreadline installed (use Homebrew in macOS, or install libreadline-dev in Linux).
- Make sure you have libreadline and libevent installed (use Homebrew in macOS, or install libreadline-dev and libevent-dev in Linux).
- Build and install phosg (https://github.com/fuzziqersoftware/phosg).
- Run `make`.
- Edit system/config.json to your liking.