annotate src/portaudio_20140130/bindings/cpp/doc/README @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 7ddb4fc30dac
children
rev   line source
Chris@39 1 GNU/Linux:
Chris@39 2 ----------
Chris@39 3
Chris@39 4 1) Download and install a recent version of Doxygen (preferably version 1.3.3 or
Chris@39 5 later). See http://www.doxygen.org/.
Chris@39 6 2) Download and install a recent version of GraphViz. See
Chris@39 7 http://www.research.att.com/sw/tools/graphviz/.
Chris@39 8 3) Run ``doxygen config.doxy.linux'' in this directory or load and generate the file
Chris@39 9 config.doxy.linux from the Doxywizard application. Or alternatively ``make docs'' can
Chris@39 10 be run from the build/gnu folder.
Chris@39 11
Chris@39 12 The generated html documentation will be placed in /doc/api_reference/. To open
Chris@39 13 the main page of the documentation, open the file /doc/api_reference/index.html in
Chris@39 14 an html browser.
Chris@39 15
Chris@39 16
Chris@39 17 Windows:
Chris@39 18 --------
Chris@39 19
Chris@39 20 1) Download and install a recent Doxygen (preferably version 1.3.4 or later). See
Chris@39 21 http://www.doxygen.org/.
Chris@39 22 2) Download and install a recent version of GraphViz. See
Chris@39 23 http://www.research.att.com/sw/tools/graphviz/.
Chris@39 24 3) If needed, edit the config.doxy file in an ascii text editor so that
Chris@39 25 ``DOT_PATH'' variable points to the folder where GraphViz is installed.
Chris@39 26 4) Run ``doxygen config.doxy'' in this directory or load and generate the file
Chris@39 27 config.doxy from the Doxywizard application.
Chris@39 28
Chris@39 29 The generated html documentation will be placed in /doc/api_reference/. To open
Chris@39 30 the main page of the documentation, open the file /doc/api_reference/index.html in
Chris@39 31 an html browser.
Chris@39 32
Chris@39 33
Chris@39 34