mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Clang-Format 14 (#1321)
* format * Update dockerfile and other documentation * Update mac instructions
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user