From 76c810c1e6c91df984d4e3ca1f5512f17991b6f3 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Wed, 16 Oct 2019 22:32:28 -0700 Subject: [PATCH] add libevent to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08766088..f2de3c05 100644 --- a/README.md +++ b/README.md @@ -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.