X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=BUILD;h=6f9074c85997b3239200248c379ca79da9e827ba;hb=3925774e739509bb51df2c81addb3ab742c1801f;hp=64bd052b4f560a4f4f0689fbfd52764b010f4575;hpb=fd9cc7a5b3355146388ebdf4d558cb284c66c5f1;p=ric-plt%2Flib%2Frmr.git diff --git a/BUILD b/BUILD index 64bd052..6f9074c 100644 --- a/BUILD +++ b/BUILD @@ -101,3 +101,16 @@ will continue to support Nanomsg for a short period of time, but new programmes should NOT use Nanomsg. +Manual Pages +By default the deb created does not include the manual pages. To +enable their creation, and subsequent inclusion in the deb, add +the following option to the cmake command: + + -DBUILD_DOC=1 + +This will cause the {X}fm text formatting package to be fetched +(github) and built at cmake time (must exist before building) +and will trigger the generation of the man pages in both postscript +and troff format. The troff pages are placed into the deb and +the postscript pages are left in the build directory for the +developer to convert to PDF, or otherwise use.