defensive-coding-guide/README

27 lines
801 B
Text
Raw Normal View History

2013-09-19 17:07:03 +02:00
TODO and bug tracking
---------------------
2013-03-11 18:11:16 -04:00
2013-09-19 17:07:03 +02:00
The secure-coding guide has its own component in Bugzilla:
2013-03-11 18:11:16 -04:00
2013-09-19 17:07:03 +02:00
https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20Documentation&component=defensive-coding-guide
Please file bugs and suggestions there.
2013-03-11 18:11:16 -04:00
Building HTML documentation
---------------------------
2013-09-19 17:07:03 +02:00
Just type "make". If you do not want to build the example code, run
"make build-manual".
2013-03-11 18:11:16 -04:00
When you type "make", the code examples in src/ are compiled (mainly
to check for obvious syntax errors, but also for manual testing). If
you lack the necessary libraries, you can type "make build-manual"
instead, which will skip this step. The code examples are still
included in the manual.
Dependencies
------------
2013-09-19 17:07:03 +02:00
Building the manual needs the "publican" and the "publican-fedora"
packages.