Rechercher une page de manuel
pmk
Langue: en
Version: 263117 (debian - 07/07/09)
Section: 1 (Commandes utilisateur)
BSD mandoc
NAME
pmk - configuring toolSYNOPSIS
-words [-hlv ] [-b path ] [-d switch_disable_list ] [-e switch_enable_list ] [-f file ] [-o file ] [options ]DESCRIPTION
is a configuring tool which aims to help building project on different operating systems.The options are as follows:
- -b path
- Use given path as basedir.
- -d switch_disable_list
- Provide a list of switches to disable.
- -e switch_enable_list
- Provide a list of switches to enable.
- -f file
- Use an alternate file instead of pmkfile(5).
- -h
- Display usage.
- -l
- Enable check build log.
- -o file
- Override pmk.conf data with the content of the given file.
- -v
- Display the version number.
FILES
EXAMPLES
To display pmk version number:$ pmk -v
To use src as the basedir and disable two switches:
$ pmk -b src -d use_gtk,use_qt
To specify an alternate pmkfile(5), enabling one switch and overriding /etc/pmk/pmk.conf with the content of a given file ( pmk/pmkovr in this case):
$ pmk -f pmk/pmkfile -e use_curses -o pmk/pmkovr
SEE ALSO
make(1), pmkscan(1), pmkfile(5), pmk.conf5, pmksetup(8)HISTORY
The idea to replace configure script was existing since a long time. But the projet was initiated in the begining of March 2003.AUTHOR
An Damien Couderc.BUGS
You have to find them.Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre