Skip to content

leaningtech/cheerp-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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