To install aurigadoc on windows follow the given steps:-
- Untar the aurigadoc distribution to a directory.
This will create a folder aurigadoc
- Set the AURIGADOC_HOME environment variable to the absolute path of the aurigadoc directory created above.
- Add aurigadoc/bin directory to the PATH
environment variable.
- Open aurigadoc/bin/aurigadoc.properties in a text editor and set the aurigadoc.home property to the absolute path of the aurigadoc directory created above.
Note: Use double slashes in the path like this
aurigadoc.home=c:\\software\\aurigadoc
- If you need to compile HTML Help Files automatically, install HTML Help Workshop from Microsoft's site and set the value of chm_compiler.path
to the absolute path of the HTML Help Compiler(hhc.exe).
Note: Use double slashes in the path like this
chm_compiler.path=c:\\Program Files\\HTML Help Workshop\\hhc.exe