You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to include your code in a Delphi framework with thousands of users all around the world (https://github.com/danieleteti/delphimvcframework).
Currently I've a mustache internal implementation but it is a bit constrained and I like handlebars a lot.
I've some questions:
is windows (32 and 64 bit) supported?
is a shared library provided by the build?
are the binaries available somewere, or buildable easily also on windows?
Thank you
The text was updated successfully, but these errors were encountered:
I did spend some time trying to get it to run on windows, but I've been all in on Linux for about 8 years, so I haven't really spent much energy trying to get it to work since then.
is a shared library provided by the build?
Well, on linux.
are the binaries available somewere
Unfortunately not.
buildable easily also on windows?
Not at the moment, unfortunately. It uses a few shared libs (talloc, json-c), except I had trouble getting the talloc dependency to compile. I don't know if it's improved since I last tried about 7 years ago.
Hi, thank you for this project.
I'd like to include your code in a Delphi framework with thousands of users all around the world (https://github.com/danieleteti/delphimvcframework).
Currently I've a mustache internal implementation but it is a bit constrained and I like handlebars a lot.
I've some questions:
Thank you
The text was updated successfully, but these errors were encountered: