kainjow/Mustache

"make install" does not work

Closed this issue · 4 comments

make install does not work.

https://github.com/kiwix/kiwix-lib/ says

Just copy the header mustache.hpp somewhere it can be found by the compiler and/or set CPPFLAGS with correct '-I' option

but I find that much more complicated than just running make install and be done with it.

Feel free to submit a PR.

I would not know where to even start.

Please reopen, this is still an issue:
kiwix/libkiwix#201 (comment)

I don't know what that project is and I'm not sure what they're doing, so I can't help there, sorry.

I don't intend for this mustache project to be installable. It's meant to be included in another person's source code directly. That's why it's a single header file. The target user of this project is a developer who is directly using this code.