Skip to content

teutat3s/cheerp-libs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheerp: A C++ compiler for the Web

Please report bugs on launchpad: https://bugs.launchpad.net/cheerp

Cheerp GLES implementation installation

make -C webgles install INSTALL_PREFIX=/opt/cheerp CHEERP_PREFIX=/opt/cheerp

Cheerp PreExecuted standard C++ library installation (both generic and asm.js version)

make -C stdlibs install INSTALL_PREFIX=/opt/cheerp CHEERP_PREFIX=/opt/cheerp

Cheerp PreExecuted standard C++ library installation (only generic js version)

make -C stdlibs install_genericjs INSTALL_PREFIX=/opt/cheerp CHEERP_PREFIX=/opt/cheerp

Cheerp PreExecuted standard C++ library installation (only asm.js version)

make -C stdlibs install_asmjs INSTALL_PREFIX=/opt/cheerp CHEERP_PREFIX=/opt/cheerp

About

A GLES implementation for the Web based on WebGL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 59.6%
  • C 34.2%
  • Objective-C 3.6%
  • Makefile 2.6%