Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| softwares:giocoso:macos [2025/12/16 20:57] – [2.0 Installing Homebrew] hjr | softwares:giocoso:macos [2025/12/16 21:34] (current) – [2.0 Installing Homebrew] hjr | ||
|---|---|---|---|
| Line 39: | Line 39: | ||
| Obviously, yours won't say " | Obviously, yours won't say " | ||
| - | At this point, you will need to obtain a couple of pieces of critical software that are needed just to obtain the Giocoso installer, let alone to run it. I also suggest that you manually install a few other packages, largely because (a) I've had errors when the Giocoso installer tries to do the same; and (b) a couple of these packages can take literally 5 or 6 hours to compile. I think it better that you //see// that happening for that length of time, rather than sit staring at an apparently ' | + | At this point, you will need to obtain a couple of pieces of critical software that are needed just to obtain the Giocoso installer, let alone to run it. I also suggest that you manually install a few other packages, largely because (a) I've had errors when the Giocoso installer tries to do the same; and (b) a couple of these packages can take literally 5 or 6 hours to compile. I think it better that you //see// that happening for that length of time, rather than sit staring at an apparently ' |
| - | brew install wget bash wezterm | + | brew install wget bash wezterm |
| brew postinstall openssl | brew postinstall openssl | ||
| - | brew install fd | ||
| - | brew install flac | ||
| - | brew install ffmpeg | ||
| - | brew install imagemagick | ||
| - | brew install xterm | ||
| - | Once those installations are complete, you'll be free to download | + | Next, you must install ImageMagick. You can // |
| - | + | ||
| - | WARNING | + | |
| - | On Catalina (and potentially other fairly old macOS versions), imagemagick will not install using the above brew command. It will fail, with the error " | ||
| - | |||
| * cd | * cd | ||
| * cd Downloads | * cd Downloads | ||
| Line 60: | Line 51: | ||
| * tar -xzf ImageMagick-x86_64-apple-darwin20.1.0.tar.gz | * tar -xzf ImageMagick-x86_64-apple-darwin20.1.0.tar.gz | ||
| * sudo mv ImageMagick-7.0.10 / | * sudo mv ImageMagick-7.0.10 / | ||
| - | | + | |
| Next: | Next: | ||
| Line 74: | Line 65: | ||
| ...and if you get output that reads something like " | ...and if you get output that reads something like " | ||
| - | + | Once those installations are complete, you'll be free to download the Giocoso installer and run it... for the which, see Section 4 below! For now, **close the terminal you were using to install these packages** and open a brand new one to do the Giocoso install: that way, new paths and installations are fully picked up by the new terminal session. | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ===== 3.0 Installing MacPorts ===== | ===== 3.0 Installing MacPorts ===== | ||
| Before we can install MacPorts itself, we need to install the various command line utilities that MacPorts will expect to find on the system: these are programs that, for example, compile source code into executable binary packages. Fortunately, | Before we can install MacPorts itself, we need to install the various command line utilities that MacPorts will expect to find on the system: these are programs that, for example, compile source code into executable binary packages. Fortunately, | ||