Installing on macOS
Compatible with macOS 13, and 14.
Installation procedure
- Go to brew.sh and follow the instructions to install Homebrew
- Open a terminal
- Install external libraries:
brew install gcc curl ffmpeg python@3.10 node@16 pnpm
- Update your
$PATH
:
echo 'export PATH="/usr/local/opt/node@16/bin:$PATH" >> ~/.profile'
- You can now install SSE
Xcode command line tools
If you encounter problems installing Homebrew, you need to install Xcode command line tools.
info
To check if Xcode command line tools are installed, run:
xcode-select -p
- Open a terminal
- Run
xcode-select --install
- Continue to Installing