summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
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 .