Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 325 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 325 Bytes

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