Skip to content

Instantly share code, notes, and snippets.

View OkagawaTheo's full-sized avatar
🎯
Focusing

Theo Okagawa OkagawaTheo

🎯
Focusing
View GitHub Profile
@OkagawaTheo
OkagawaTheo / install_circuit_maker_osx.sh
Created September 27, 2023 13:52 — forked from show0k/install_circuit_maker_osx.sh
Run CircuitMaker on OSX thanks to wine and winetricks
# If Homebrew is not installed uncomment the next line
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install Wine and WineTricks
brew install wine && brew install winetricks
# Download CircuitMaker
curl https://s3.amazonaws.com/altium-install/CircuitMaker/CircuitMakerSetup.exe -o ~/Downloads/CircuitMakerSetup.exe