stuff-from-scratch/infra/build_configs/README.md

21 lines
223 B
Markdown
Raw Permalink Normal View History

2023-01-23 11:32:18 +00:00
# Compiler Support
## Linux
### GCC
gcc 11.3.0
### clang
```
sudo apt-get install clang
mkdir build_clang
cd build_clang
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
cmake $PATH_TO_SOURCE
make
```
Version 14.0