From b37fc70fb4c69304281020c2c4a9b456641e59fd Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 18 Apr 2014 17:56:06 +0200 Subject: Little updates to the README and INSTALL files --- INSTALL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 4de8ee2..4d95754 100644 --- a/INSTALL +++ b/INSTALL @@ -34,16 +34,16 @@ Tools: Configure ============== -Configure the build system using cmake, there are many solutions to do - that, the simplest is to just run +Configure the build system using cmake, there are many solutions to do that, +the simplest is to just run % cmake . in the current directory -You can also configure many parameters of the build (like personnalize -CFLAGS, the install path, choose the compiler, or enabling some options -like the POLLER to use), using: +You can also configure many parameters of the build (like customize CFLAGS, +the install path, choose the compiler, or enabling some options like the +POLLER to use), using: % ccmake . -- cgit v1.2.3