You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to build the GTK+ example then you should also install gtkmm:
yum -y install gtkmm30-devel
Once you have the correct packages you can clone the repository and build the library:
git clone --recursive https://github.com/RipcordSoftware/libjsapi.git
cd libjsapi
make
The make process will download SpiderMonkey and gtest 1.7. These projects will be built before libjsapi and are installed into the externals/installed directory under the source root directory.
To run tests and generate a coverage report execute:
make test&& ./coverage.sh
The coverage output will appear in the coverage sub-directory.