From c7dfa27cecc6cc85386b4b6034626b580959055b Mon Sep 17 00:00:00 2001 From: Anonymous Date: Tue, 18 Feb 2014 02:26:34 -0800 Subject: [PATCH] Added missing dependency --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index f968ae4d..3c58de35 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ Note that the server only supports 32bit linux platforms at this time. - sudo apt-get install build-essential zlib1g-dev libpcre3-dev cmake libboost-dev libxml2-dev libncurses5-dev flex bison git-core alien + sudo apt-get install build-essential zlib1g-dev libpcre3-dev cmake libboost-dev libxml2-dev libncurses5-dev flex bison git-core alien libaio1 ### Oracle Instant Client @@ -23,7 +23,7 @@ You must log out and back in (or just reboot) for the $JAVA_HOME and $ORACLE_HOM ## Build code - git clone git@bitbucket.org:apathyboy/swg-src.git -b cmake + git clone git@bitbucket.org:apathyboy/swg-src.git mkdir swg-src/build cd swg-src/build cmake ..