vovkos / doxyrest

A compiler from Doxygen XML to reStructuredText -- hence, the name. It parses XML databases generated by Doxygen and produces reStructuredText for the Python documentation generator Sphinx.
MIT License
306 stars 23 forks source link

Provide Binary Installers for Windows platform? #55

Open hwhsu1231 opened 1 year ago

hwhsu1231 commented 1 year ago

related to: #1

If doxyrest could:

  1. provide binary installers such as *.msi/*.exe
  2. append the bin directory to the PATH env by default during installation

for Windows platform, then it would make installation and usage more convenient.

NOTE:

  • For x64 version, default installation directory: C:\Program Files\doxyrest
  • For x86 version, default installation directory: C:\Program Files (x86)\doxyrest