Updated building (markdown)

casey langen 2017-12-27 18:04:26 -08:00
parent c893f044b0
commit bbd5163de4

@ -13,7 +13,7 @@ this document describes to how compile musikcube on all supported platforms
you'll need [homebrew](http://brew.sh/) to install the required dependencies.
- `brew install cmake boost libogg libvorbis flac faad2 libmicrohttpd lame`
- `git clone https://github.com/clangen/musikcube.git`
- `git clone https://github.com/clangen/musikcube.git --recursive`
- `cd musikcube`
- `cmake .`
- `make`
@ -31,7 +31,7 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies.
- `sudo zypper install libfaad-devel libcurl-devel libmicrohttpd-devel boost_1_64-devel cmake ncurses5-devel libogg-devel libvorbis-devel flac-devel liblame3-devel pulseaudio libpulse-devel alsa-devel zlib-devel`
- **fedora**: `sudo dnf install gcc-c++ cmake boost-devel libogg-devel libvorbis-devel flac-devel faad2-devel ncurses-devel zlib-devel alsa-lib-devel pulseaudio-libs-devel libcurl-devel libmicrohttpd-devel lame-devel`
- **arch**: `sudo pacman -S faad2 libogg libvorbis flac libmicrohttpd lame cmake ncurses boost pulseaudio libpulse alsa-lib curl`
- `git clone https://github.com/clangen/musikcube.git`
- `git clone https://github.com/clangen/musikcube.git --recursive`
- `cd musikcube`
- `cmake .`
- `make`