view README.options.md @ 111:6b530ef31a4a

core/filesystem: add some other directories
author David Demelier <markand@malikania.fr>
date Sat, 09 Mar 2019 16:45:41 +0100
parents 04f5776ff0be
children c78bb6d0049c
line wrap: on
line source

vanilla options
===============

Packages may be configured using environment variables prior to building.

Use the following predefined options before creating your own.

- PULSEAUDIO: control PulseAudio support
- BLUETOOTH: control bluetooth support
- DEBUG: build with debug symbols
- DOCS: control documentation (what you see in /usr/share/doc)
- MAN: control manual pages
- NLS: control native language support
- DBUS: control D-Bus support
- QT5: control Qt 5 toolkit support
- GTK3: control Gtk 3 toolkit support
- PKGCONFIG: control installation of pkg-config files
- CMAKE: control installation of CMake configuration files
- ZSH: control installation of zsh completion files
- BASH: control installation of bash completion files
- SSL: use SSL/TLS (implementation defined)

The following options should be available for any package that builds C or C++
code:

- CBUILD: build system (usually ARCH-linux-musl)
- CHOST: host system (usually ARCH-linux-musl)
- CTARGET: target system (usually ARCH-linux-musl)
- CC: C compiler (defaults to gcc)
- CFLAGS: C flags (defaults to -O2)
- CXX: C++ compiler (defaults to g++)
- CXXFLAGS: C++ flags (defaults to -O2)