Sample project to demonstrate Threadily, a C++/Javascript object marshalling system across multiple threads
This sample project is a git monorepo with multiple sub repositories. We highly recommend reading GitHub's recommendations regarding submodules. It's meant mainly as an example and as a test bed for Threadily to validate changes via CI.
This repository makes use of submodules so it's best to use the following command
git clone --recursive https://github.com/k2snowman69/threadily
or if you have already cloned the repository without --recursive, in your local repository run
git submodule update --init --recursive
Take a look in shared-makefile
and it's readme should define all the dependencies this respository requires.
Just run make. For more details look inside the makefile.