|
1 | 1 | # Using Homebrew on Apple Silicon M1 (MacOS Big Sur) |
2 | 2 |
|
3 | 3 |  |
4 | | -## `install_homebrew_native.sh` |
| 4 | +## install_homebrew_native.sh |
5 | 5 |
|
6 | 6 | * install Homebrew in native mode (without Rosetta 2) on a fresh Apple M1 Arm computer (MacOS Big Sur) |
7 | 7 | * run as: `curl -s https://raw.githubusercontent.com/pforret/macos_m1_cli/main/install_homebrew_native.sh | bash` |
@@ -51,18 +51,22 @@ Error: [some package]: no bottle available! |
51 | 51 | You can try to install from source with e.g. |
52 | 52 | brew install --build-from-source [some package] |
53 | 53 | ``` |
54 | | -* you then have to `brew install --build-from-source` that dependency first, and run the main brew install again |
55 | | -* or use ... |
| 54 | +* you have to `brew install --build-from-source` that dependency first, |
| 55 | + and run the main `brew install` again |
| 56 | +* you might have to do thius for every missing dependency, or use ... |
56 | 57 |
|
57 | | -### `rebrew.sh` |
| 58 | +## `rebrew.sh` |
58 | 59 |
|
59 | 60 | * **_recursive_ brew install -s** !! |
60 | 61 | * `rebrew.sh install ffmpeg` will first look up all the dependencies of ffmpeg, |
61 | | - build those one after the other and then run the main brew install. |
62 | | - It takes some time, but it works! |
| 62 | + build those one after the other and then run the main `brew install`. |
| 63 | + It will take some time, but it works! |
63 | 64 |
|
| 65 | +### install rebrew.sh |
| 66 | +* `git clone https://github.com/pforret/macos_m1_cli.git && cd macos_m1_cli` |
| 67 | +* or `basher install pforret/macos_m1_cli` |
64 | 68 |
|
65 | | -## `uninstall_homebrew_native.sh` |
| 69 | +## uninstall_homebrew_native.sh |
66 | 70 |
|
67 | 71 | * if you prefer running in 'Rosetta 2' mode, you can uninstall the native mode Homebrew. |
68 | 72 | * run as: `curl -s https://raw.githubusercontent.com/pforret/macos_m1_cli/main/uninstall_homebrew_native.sh | bash` |
|
0 commit comments