]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Scripts/PackageDocumentTools/Readme.md
BaseTools: Fix a typo in ini.py
[mirror_edk2.git] / BaseTools / Scripts / PackageDocumentTools / Readme.md
CommitLineData
7ccc9c95
YZ
1Prerequisite Tools:\r
21. Install Python 2.7.3 from https://www.python.org/download/releases/2.7.3/\r
32. Install wxPython 2.8.12.1 from https://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/\r
4 generally the libraries will be installed at python's subfolder, for example in windows: c:\python27\Lib\site-packages\\r
53. Install DoxyGen 1.8.6 from https://sourceforge.net/projects/doxygen/files/rel-1.8.6/\r
64. (Windows only) Install Htmlhelp tool from https://msdn.microsoft.com/en-us/library/windows/desktop/ms669985(v=vs.85).aspx\r
7\r
8Limitation:\r
91. Current tool doesn't work on latest wxPython and DoxyGen tool. Please use the sepecific version in above.\r
10\r
11Run the Tool:\r
12a) Run with GUI:\r
13 1. Enter src folder, double click "packagedocapp.pyw" or run command "python packagedocapp.pyw" to open the GUI.\r
14 2. Make sure all the information in blank are correct.\r
15 3. Click "Generate Package Document!"\r
16b) Run with command line:\r
17 1. Open command line window\r
18 2. Enter src folder, for example: "cd C:\PackageDocumentTools\src"\r
19 3. Run "python packagedoc_cli.py --help" for detail command.\r