Updated Compile and install on macOS using macports (markdown)

Jonas Kvinge 2021-07-18 13:58:27 +02:00
parent bbaf3576e8
commit ed7351ccd6
1 changed files with 4 additions and 0 deletions

@ -19,6 +19,8 @@ Install dependencies through port:
Install create-dmg:
mkdir -p ~/build
cd ~/build
git clone https://github.com/create-dmg/create-dmg
cd create-dmg
sudo make install
@ -31,6 +33,8 @@ Set environment variables:
Get code, compile and create DMG:
mkdir -p ~/build
cd ~/build
git clone https://github.com/strawberrymusicplayer/strawberry
cd strawberry
mkdir build