mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Building on Windows
- Download
https://github.com/hoedown/hoedown - Run
nmakeforx86or add files to project in your IDE. - Include header files for
markdown_byond.cppfromhoedown - Compile for
x86and copy the library made to the directory where the.dmbresides. - Copy the
hoedown.dllto the same directory
##One DLL
- Copy
*.cinto your projectsrcdirectory - Copy
*.hinto your projectheaders - Compile and copy the newly made
markdown_byond.dllto the directory where the.dmbresides.
##General Usage
- Uncomment or add
PAPERWORK_LIBRARYtoconfig/config.txt - markdown syntax is handled from user input and then
markdown_byond.dllis called to render the html and returns the rendered html.