A Docker image designed to work with GitHub Codespaces, containing recent
versions of gcc
and GNU make
.
- Click the green "Code" button on GitHub to show a drop-down menu with tabs
- Select "Codespaces" from the tabs
- Click the green "Create codespace on master" button
- GitHub Codespaces will download the Docker image and create an online IDE environment
- Get a terminal prompt by selecting "+" and "bash" (towards the lower right of the VS Code IDE)
- In the terminal shell,
gcc
andmake
will be on yourPATH
.