diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-17 08:48:54 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-17 08:48:54 +0200 |
commit | 1396e9b0ef72579803e00cf587f2f8c74a9bd473 (patch) | |
tree | 56eddc2d14a3b2010f38fcfabfc150b98201ab43 /doc/fr | |
parent | 1fb3e8b2dcb2e5f59912fe0351f62193b843b388 (diff) | |
download | weechat-1396e9b0ef72579803e00cf587f2f8c74a9bd473.zip |
doc: replace PREFIX with CMAKE_INSTALL_PREFIX in cmake instructions (closes #354)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_tester.fr.asciidoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.asciidoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/fr/weechat_tester.fr.asciidoc b/doc/fr/weechat_tester.fr.asciidoc index c035d1ce7..6c51cb220 100644 --- a/doc/fr/weechat_tester.fr.asciidoc +++ b/doc/fr/weechat_tester.fr.asciidoc @@ -91,7 +91,7 @@ Pour compiler les sources, cmake est recommandé : ---- $ mkdir build $ cd build -$ cmake .. -DPREFIX=$HOME/weechat-git -DWEECHAT_HOME=~/.weechat-dev -DCMAKE_BUILD_TYPE=Debug +$ cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/weechat-git -DWEECHAT_HOME=~/.weechat-dev -DCMAKE_BUILD_TYPE=Debug $ make $ make install ---- diff --git a/doc/fr/weechat_user.fr.asciidoc b/doc/fr/weechat_user.fr.asciidoc index ccefbff6a..6725aceff 100644 --- a/doc/fr/weechat_user.fr.asciidoc +++ b/doc/fr/weechat_user.fr.asciidoc @@ -192,7 +192,7 @@ $ make ---- $ mkdir build $ cd build -$ cmake .. -DPREFIX=/chemin/vers/répertoire +$ cmake .. -DCMAKE_INSTALL_PREFIX=/chemin/vers/répertoire $ make $ make install ---- |