Updated Compiling from source (macOS) (markdown)

John Maguire 2020-04-17 13:41:08 +01:00
parent de46fce2af
commit f37b2171e6
1 changed files with 4 additions and 4 deletions

@ -1,9 +1,9 @@
```
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install glib pkgconfig cmake boost protobuf protobuf-c qt cryptopp gettext
brew install sqlite chromaprint liblastfm
brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly
brew install glib pkgconfig cmake boost protobuf protobuf-c qt cryptopp gettext gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-plugins-libav
brew install https://raw.githubusercontent.com/tomahawk-player/homebrew-tomahawkqt5/master/liblastfm.rb
sudo ln -s /usr/local/include/lastfm /usr/local/include/lastfm5
export Qt5_DIR=/usr/local/opt/qt5/lib/cmake
export Qt5LinguistTools_DIR=/usr/local/Cellar/qt/5.11.2/lib/cmake/Qt5LinguistTools
export GST_SCANNER_PATH=/usr/local/Cellar/gstreamer/1.14.4/libexec/gstreamer-1.0/gst-plugin-scanner
@ -13,6 +13,6 @@ export PATH="/usr/local/opt/gettext/bin:$PATH"
git clone https://github.com/clementine-player/Clementine
cd Clementine
cd bin
cmake .. -DENABLE_VISUALISATIONS=OFF -DUSE_BUNDLE=OFF
cmake ..
make -j8
```