Skip to content

jbboehr/libmustache

Repository files navigation

libmustache

Software License GitHub CI Build Status Appveyor Build status

C++ implementation of Mustache intended mainly for use as a PHP extension.

Installation

Linux/OSX

You will need autoconf, automake, make and a C++ compiler.

git clone git://github.com/jbboehr/libmustache.git --recursive
cd libmustache
autoreconf -fiv
./configure
make
sudo make install

Nix/NixOS

nix-env -i -f https://github.com/jbboehr/libmustache/archive/master.tar.gz

Credits

License

The MIT License (MIT). Please see License File for more information.