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

Binaries/installer packages #1

Closed jumpinjackie closed 7 years ago

jumpinjackie commented 7 years ago

Do you have any plans for binary/installer packages (especially on Windows)?

vovkos commented 7 years ago

Absolutely. Not sure about msi/deb/rpm installers, but portable archives with binaries (built and packages on Travis CI and AppVeyor) will be uploaded as GitHub release artifacts. As of now, there are no tagged releases yet, but there will be in the near future.

vovkos commented 7 years ago

I have finally updated Travis/AppVeyor scripts to publish GitHub releases on tagged commits. As of now, the only release v1.1.0 contains packages for Ubuntu 32-bit/64-bit, Windows 32-bit/64-bit and Mac OS X.