mirror of https://gitea.it/1414codeforge/ubgpsuite
[README,doc,meson*] Rework documentation build
* Avoid going through hoops to silently enable docs if doxygen is available * Require build-doc explicitly set to true before scanning for doxygen * build-doc is conservatively false by default * Update READMEpull/2/head
parent
20d0b9bd44
commit
d09c5ddee4
@ -1,7 +1,7 @@
|
||||
option('native', type : 'boolean', value : false, description : 'Optimize build for local CPU architecture (ties build artifacts to your local machine!)')
|
||||
option('build-doc', type : 'boolean', description : 'Build documentation using doxygen')
|
||||
option('build-doc', type : 'boolean', value : false, description : 'Build documentation using doxygen')
|
||||
# TODO option('build-benchmarks', type : 'boolean', value : false, description : 'Build benchmarks')
|
||||
option('build-tests', type : 'boolean', value : false, description : 'Build tests')
|
||||
option('build-bgpgrep', type : 'boolean', description : 'Build bgpgrep MRT/BGP parsing and filting utility')
|
||||
option('build-peerindex', type : 'boolean', description : 'Build peerindex MRT TABLE_DUMPV2 Peer Index Table inspection tool')
|
||||
option('bgpscanner-legacy', type : 'boolean', value : false, description : 'Install a legacy wrapper script for backwards compatibility with Isolario bgpscanner')
|
||||
option('bgpscanner-legacy', type : 'boolean', value : false, description : 'Install a legacy wrapper script for backwards compatibility with Isolario bgpscanner')
|
||||
|
Loading…
Reference in New Issue