Files
compiler-explorer/docs/internal/BuildingAdHocCompilers.md
Matt Godbolt f2c1e0bd31 The Grand Reformat (#3643)
* The Grand Reformat

- everything made prettier...literally
- some tweaks to include a few more files, including documentation
- minor changes to format style
- some tiny `// prettier-ignore` changes to keep a few things the way we like them
- a couple of super minor tweaks to embedded document types to ensure they format correctly
2022-05-09 23:13:50 -05:00

11 lines
417 B
Markdown

## Brief notes on how to build a compiler
- log into admin node `ce admin`
- start the builder node: `ce builder start`
- log into builder node: `ce builder login`
- sudo docker run --rm --name gcc.build -v/home/ubuntu/.s3cfg:/root/.s3cfg:ro -ti compilerexplorer/gcc-builder bash
build.sh 8.2.0 s3://compiler-explorer/opt/
- Remember to stop the builder node!
- Log out of the builder node
- `ce builder stop`