Setup C++ Dev Env in MacOS using Docker
Last updated
Was this helpful?
Last updated
Was this helpful?
One simple CLion template to setup c++ development environment in MacOS M1 with docker.
toolchain
cmake
toolchain
cmake
deployment
toolchain
cmake
deployment
This blog shared some code for building the base docker image, while its targeting of X11 make the whole thing much more complicated than what I want here.
It shares the latest configuration in Clion for remote development with local sources.
resync header search paths
ssh-keygen -f "$HOME/.ssh/known_hosts" -R "[localhost]:2222"
ssh <server> -o StrictHostKeyChecking=no