diff options
Diffstat (limited to 'doc/en/weechat_faq.en.adoc')
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index 4bf9cd20e..1ad1c2746 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -47,10 +47,10 @@ https://weechat.org/about/interfaces === I can't compile WeeChat after cloning git repository, why? The recommended way to compile WeeChat is with -link:weechat_user.en.html#compile_with_cmake[cmake]. +link:weechat_user.en.html#compile_with_cmake[CMake]. If you're compiling with link:weechat_user.en.html#compile_with_autotools[autotools] -(and not cmake), check that you have latest version of autoconf and automake. +(and not CMake), check that you have latest version of autoconf and automake. The other way is to install the "devel package", which needs less dependencies. This package is built almost every day using git repository. Note that this |