-
For those who can't get uCPP working locally (Mac users)
-
Also available here
You can build locally by running
sh build.sh
or pulling directly from Dockerhub with
docker pull jeffreyfei/ucpp
After you pull or build the image:
- Add the docker compose to your local work directory
- Move all of your development code into a directory
src
within your work directory - Run the following:
docker-compose run ucpp-env /bin/bash
cd dev/src