kainjow / Mustache

Mustache text templates for modern C++
Boost Software License 1.0
355 stars 49 forks source link

"make install" does not work #33

Closed probonopd closed 5 years ago

probonopd commented 5 years ago

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.

kainjow commented 5 years ago

Feel free to submit a PR.

probonopd commented 5 years ago

I would not know where to even start.

probonopd commented 5 years ago

Please reopen, this is still an issue: https://github.com/kiwix/kiwix-lib/issues/201#issuecomment-495317314

kainjow commented 5 years ago

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.