changeset 697:6bc92086b2a6

Misc: update INSTALL.md
author David Demelier <markand@malikania.fr>
date Fri, 04 May 2018 14:19:01 +0200
parents 20ae26a67897
children ad1ee47165fa
files INSTALL.md
diffstat 1 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL.md	Fri May 04 14:17:25 2018 +0200
+++ b/INSTALL.md	Fri May 04 14:19:01 2018 +0200
@@ -1,16 +1,14 @@
 IRC Client Daemon INSTALL
 =========================
 
-This guide will help you to install irccd on your computer. For a better guide
-with more details see:
-
-    http://projects.malikania.fr/irccd//build/build-from-sources.html
+This guide will help you to install irccd on your computer.
 
 Requirements
 ------------
 
   - GCC 5.1 or Clang 3.4,
-  - [CMake](http://www.cmake.org). Used to build irccd.
+  - [Boost](http://boost.org),
+  - [CMake](http://www.cmake.org).
 
 Optional:
 
@@ -27,8 +25,8 @@
 
     tar xvzf irccd-x.y.z-tar.xz
     cd irccd-x.y.z
-    mkdir _build_
-    cd _build_
+    mkdir build
+    cd build
     cmake .. -DCMAKE_BUILD_TYPE=Release
     make
     sudo make install