fletcher / peg-multimarkdown

An implementation of MultiMarkdown in C, using a PEG grammar - a fork of jgm's peg-markdown. No longer under active development - see MMD 5.
Other
525 stars 55 forks source link

Portable binary for Windows systems #125

Closed orschiro closed 12 years ago

orschiro commented 12 years ago

Hello,

Is there a portable version of multimarkdown for Windows just containing the binaries needed?

Regards,

Robert

fletcher commented 12 years ago

MultiMarkdown is a single binary. It no longer has any library requirements. I have not tried running it from removable media under Windows, for example, but it should be possible.

If you are using LaTeX, you will still need to include the appropriate .tex include files, but that's a separate issue, and beyond the scope of MMD support.

orschiro commented 12 years ago

I do not see any single binary to be downloadable, just the windows installer.

Hence, I have to compile it myself, e.g. on a Linux system?

Regards

fletcher commented 12 years ago

You could compile it yourself, I suppose, I would just extract the binary from the installer. Or run the installer and then copy the binary to another location.

orschiro commented 12 years ago

I assume we're talking about the same installer from here [1].

I'm not able to extract this .exe file.

Does running the installer create any path adjustments or registry settings?

[1] https://github.com/downloads/fletcher/peg-multimarkdown/MultiMarkdown-Windows-3.6.zip