← Back to team overview

leaningtech-dev team mailing list archive

Re: [Question #269272]: Something similar to emconfigure/emmake?

 

Question #269272 on Cheerp changed:
https://answers.launchpad.net/cheerp/+question/269272

    Status: Open => Answered

Alessandro Pignotti proposed the following answer:
Hello,

Cheerp provides a cmake toolchain file.
https://github.com/leaningtech/cheerp-wiki/wiki/Getting-started#using-cmake

The main limitation is that feature detection does not work at this
time, this will be fixed in Cheerp 1.2

configure is as this time not supported, you may be able to get it to
work by letting configure first run using system compilers and then
overriding the following environment variables

CC=/opt/cheerp/bin/clang
CXX=/opt/cheerp/bin/clang++

-- 
You received this question notification because you are a member of
Leaningtech Team, which is an answer contact for Cheerp.