mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-26 00:16:09 +00:00
Updated building (markdown)
parent
aa523f65a6
commit
12e6f33c30
@ -30,10 +30,10 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies.
|
|||||||
- **opensuse**:
|
- **opensuse**:
|
||||||
- enable the _packman_ repo to get access to some packages missing from the official repository: `zypper ar -f -n packman http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ packman`
|
- enable the _packman_ repo to get access to some packages missing from the official repository: `zypper ar -f -n packman http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ packman`
|
||||||
- `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 libev-devel`
|
- `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 libev-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 libev-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 libev-devel taglib-devel`
|
||||||
- **arch**: `sudo pacman -S faad2 libogg libvorbis flac libmicrohttpd lame cmake ncurses boost pulseaudio libpulse alsa-lib curl libev`
|
- **arch**: `sudo pacman -S faad2 libogg libvorbis flac libmicrohttpd lame cmake ncurses boost pulseaudio libpulse alsa-lib curl libev taglib`
|
||||||
- **freebsd**
|
- **freebsd**
|
||||||
- `pkg install boost-all curl libvorbis libogg flac libmicrohttpd faad2 alsa-lib cmake sndio libev bash`
|
- `pkg install boost-all curl libvorbis libogg flac libmicrohttpd faad2 alsa-lib cmake sndio libev taglib bash`
|
||||||
- `portsnap fetch`
|
- `portsnap fetch`
|
||||||
- `portsnap extract` (if first time using ports)
|
- `portsnap extract` (if first time using ports)
|
||||||
- `cd /usr/ports/audio/lame`
|
- `cd /usr/ports/audio/lame`
|
||||||
|
Loading…
Reference in New Issue
Block a user