From ddfadc95a4fffe53bb8c7784c85849076e6b0a47 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Tue, 13 Sep 2011 14:00:32 +0000 Subject: [PATCH] Quick change to the README to remove configure --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 68e1e52e..874ded83 100644 --- a/README +++ b/README @@ -35,15 +35,16 @@ For Debian users, you may need to install also the qmake package. Then, until Qt development files are installed, you can compile ViTE : -./configure (./configure -h will show you options for compilation). -or -cmake -D CMAKE_INSTALL_PREFIX:PATH=. . +cmake -DCMAKE_INSTALL_PREFIX:PATH=. . or ccmake (which allows you to choose the directories and library for otf) will configure your Makefile depending on your OS. +You can also use one of the config.XXXX scripts (./config.XXXX) to configure cmake. -make will create the binary file. +Then, type the command: +make +to create the binary file. ----------------------- -- GitLab