leaningtech / cheerp-meta

Cheerp - a C/C++ compiler for Web applications - compiles to WebAssembly and JavaScript
https://labs.leaningtech.com/cheerp
Other
1.03k stars 51 forks source link

Wrong readme for macOS #60

Closed uMaxmaxmaximus closed 7 years ago

uMaxmaxmaximus commented 7 years ago

in cheerp folder we have readme:

Installation
------------------------------------------
Currently Cheerp needs to be unpacked in /opt/cheerp/

but in cheerp/share/cmake/Modules/CheerpToolchain.cmake file we have another path

INCLUDE(CMakeForceCompiler)
list(APPEND CMAKE_MODULE_PATH "/Applications/cheerp/share/cmake/Modules")

just fix mac os readme

alexp-sssup commented 7 years ago

The /opt/cheerp/ requirement is indeed obsolete. The instructions has been made updated in current master.