Clang-Format 14 (#1321)

* format

* Update dockerfile and other documentation

* Update mac instructions
This commit is contained in:
Derek Hensley
2023-07-27 12:15:40 -04:00
committed by GitHub
parent 9e85f5545a
commit eb6b837d65
11 changed files with 97 additions and 83 deletions
+5 -2
View File
@@ -11,17 +11,20 @@ For macOS, use Homebrew to install the following dependencies:
* python3
* libpng
* bash
* clang-format 11
You can install them with the following commands:
```bash
brew update
brew install coreutils make python3 libpng bash clang-format@11
brew install coreutils make python3 libpng bash
```
(The repository expects Homebrew-installed programs to be either linked correctly in `$PATH` etc. or in their default locations.)
Homebrew does not have clang-format-14 but MacPorts does
(Have been unable to confirm actual commands with somone that has a Mac)
## Building mips-linux-binutils
The following instructions are written for MacOS users but should apply to any Unix-like system, with maybe some modifications at the end regarding the bash_profile.