/cheerp-utils

Cheerp headers and utils

Primary LanguageC++OtherNOASSERTION

Cheerp: A C++ compiler for the Web

Please report bugs on GitHub: https://github.com/leaningtech/cheerp-meta/issues

Cheerp Utilities installation

cd $CHEERP_SRC/cheerp-utils
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/cheerp ..
make install