- Python 3.9 or higher
- Run
make ce
first - The
ce
andce_install
scripts are in thebin
directory, you can either set the PATH, make links or callbin/ce
/bin/ce_install
in the given examples below
The directory /opt/compiler-explorer
is required, otherwise you'll have to supply your own destination directory and temporary staging directory to ce_install
using --staging-dir "/some/tmp/dir" --dest "/my/ce/dir"
ce_install list
or ce_install --enable nightly list
ce_install install <name>
For a specific version
ce_install install '<compilername> <version>'
ce_install --enable nightly install <name>
You can install a small amount of Windows compilers using ce_install.ps1, a regular powershell installation should be enough
./ce_install.ps1 --staging-dir "D:/tmp/staging" --dest "D:/efs/compilers" --enable windows install windows
ce_install --staging-dir /efs/winshared/staging --dest /efs/winshared/compilers --enable windows install windows
!no sudo!
ce smb sync