Versions
Last updated
Last updated
After successfully executing this line of command, an image of styio should be visible in the docker image list, check with:
For more details:
clang
: Alias of /usr/bin/clang-16
clang++
: Alias of /usr/bin/clang++-16
CC
: Let CMake use Clang instead of GCC.
CXX
: Let CMake use Clang++ instead of G++.
/root/styio
: styio compiler .
/root/styio-ext-vsc
: styio extension for vscode.
Visual Studio Code mounts the git
repository with the .devcontainer
as default workspaces automatically. For more details: