Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prebuilt shared libs for Windows and Linux #93

Open
danieleteti opened this issue Jul 26, 2024 · 1 comment
Open

Prebuilt shared libs for Windows and Linux #93

danieleteti opened this issue Jul 26, 2024 · 1 comment

Comments

@danieleteti
Copy link

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:

  • 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

@jbboehr
Copy link
Owner

jbboehr commented Aug 8, 2024

is windows (32 and 64 bit) supported?

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.

See: 33a00fe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants