Browse Source

Updated ArchLinux building documentation.

pull/23/head
Vladimír Vondruš 13 years ago
parent
commit
81844d1092
  1. 13
      doc/building.dox

13
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 In `package/archlinux` directory is currently one PKGBUILD for Git development
build. The package is also in AUR under the same name. build. The package is also in AUR under the same name.
There is also development PKGBUILD and MinGW development PKGBUILD in root, There are also a few development PKGBUILDs in project root, which allow you to
which allows you to build and install the package directly from source tree build and install the package directly from source tree without downloading
without downloading anything. The PKGBUILD also contains `check()` function anything. The native PKGBUILD also contains `check()` function which will run
which will run all unit tests before packaging. Note that the unit tests all unit tests before packaging.
require Qt, as said above.
If you want to build with another compiler (e.g. Clang), run makepkg this way: If you want to build with another compiler (e.g. Clang), run makepkg this way:
CXX=clang++ makepkg CXX=clang++ makepkg
Both development PKGBUILDs can detect when Clang is used and remove Development PKGBUILDs can detect when Clang is used and remove unsupported CXX
unsupported CXX flags. flags.
@section building-win Crosscompiling for Windows using MinGW @section building-win Crosscompiling for Windows using MinGW

Loading…
Cancel
Save