Recent | Online | Vintage | Modern | Win | Mac  OS9 | DOS | Amiga | Atari ST | Graphics | Midi io | Sequencers | Roland "MC" | E-mu | Ensoniq | Akai MPCs | Samplers | Akai "S" | Roland "S"Synths | VST Samplers | VST Synths | Roland "JV" | Modules | Drums | Mixers | Timeline | HackintoshArtists | Graphics

Welcome to Oldschooldaw.com! (Online since 2014) proudly SSL-FREE! and serving vintage computers worldwide! if you are human, Register & Login to gain more access to all boards here; Some guest permissions have been limited to reduce traffic from bots and encourage registration.

Author Topic: Finally got Homebrew to install! on El Cap  (Read 875 times)

0 Members and 1 Guest are viewing this topic.

Online chrisNova777

  • Underground tech support agent
  • Administrator
  • Posts: 9672
  • Gender: Male
  • "Vintage MIDI Sequencing + Audio Production"
    • View Profile
    • www.oldschooldaw.com | vintage audio production software + hardware info
Finally got Homebrew to install! on El Cap
« on: September 16, 2023, 01:06:28 PM »
this is not easy for most boxes running el cap..
if you give up easy dont even try this! lol

some downloads that helped me make this happen:

download GIT installer for macOS..   
https://github.com/timcharper/git_osx_installer

cMake for macOS...
https://cmake.org/download/

if u get a SHA256 error or Curl Error u have to delete the file it lists and try again with -f flag

also another important factor in getting it working is writing a Curl preferences file in your home directory
the path + filename would be ~/.curlrc i think.. but i think youll be ok if u add the following lines that fix the SSL errors + SHA256 errors

Code: [Select]
--insecure
--location
-H  "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
-H  "Upgrade-Insecure-Requests: 1"

anyway im glad to be able to install the missing software packages to be able to make better use of the unix subsystem of macOS using the "brew" commands

heres a guide - i didnt use thsi guide tho
https://digitizor.com/install-homebrew-osx-el-capitan/

https://brew.sh/

Online chrisNova777

  • Underground tech support agent
  • Administrator
  • Posts: 9672
  • Gender: Male
  • "Vintage MIDI Sequencing + Audio Production"
    • View Profile
    • www.oldschooldaw.com | vintage audio production software + hardware info
Re: Finally got Homebrew to install! on El Cap
« Reply #1 on: September 16, 2023, 06:01:25 PM »