From 81844d1092590638b3fc16b36dda61f39c35cca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 19 Aug 2013 22:09:02 +0200 Subject: [PATCH] Updated ArchLinux building documentation. --- doc/building.dox | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index caaca74dd..97044ac8b 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -230,18 +230,17 @@ Integration with various external math and physics libraries is provided by In `package/archlinux` directory is currently one PKGBUILD for Git development build. The package is also in AUR under the same name. -There is also development PKGBUILD and MinGW development PKGBUILD in root, -which allows you to build and install the package directly from source tree -without downloading anything. The PKGBUILD also contains `check()` function -which will run all unit tests before packaging. Note that the unit tests -require Qt, as said above. +There are also a few development PKGBUILDs in project root, which allow you to +build and install the package directly from source tree without downloading +anything. The native PKGBUILD also contains `check()` function which will run +all unit tests before packaging. If you want to build with another compiler (e.g. Clang), run makepkg this way: CXX=clang++ makepkg -Both development PKGBUILDs can detect when Clang is used and remove -unsupported CXX flags. +Development PKGBUILDs can detect when Clang is used and remove unsupported CXX +flags. @section building-win Crosscompiling for Windows using MinGW