From 1dd2508d2fa2ede7167e9b92bc0d9c52cceaf580 Mon Sep 17 00:00:00 2001 From: VOID_133 Date: Thu, 6 Aug 2015 10:08:36 +0800 Subject: [PATCH] Update README.md Add ArchLinux dependencies to Readme.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a07e9e9a..f9694379 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,21 @@ a sinatra inspired modern c++ web framework #Build on linux -###Debian/Ubuntu: -##### First: Boost library +### First: Boost library +#####Debian/Ubuntu: + ``` sudo apt-get install libboost-dev sudo apt-get install libboost-system-dev libboost-coroutine-dev libboost-thread-dev ``` -##### Then: Make binary + +### ArchLinux +``` +sudo pacman -S boost +``` + +### Then: Make binary ``` git clone https://github.com/topcpporg/cinatra.git cd cinatra