From aa523f65a62e0bd172e2d9356457ee2beaf9a322 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 23 Dec 2018 17:36:27 -0800 Subject: [PATCH] Updated building (markdown) --- building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.md b/building.md index 33c2419..bef8ee1 100644 --- a/building.md +++ b/building.md @@ -33,7 +33,7 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies. - **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` - **arch**: `sudo pacman -S faad2 libogg libvorbis flac libmicrohttpd lame cmake ncurses boost pulseaudio libpulse alsa-lib curl libev` - **freebsd** - - `pkg install boost-all curl libvorbis libogg flac libmicrohttpd faad2 alsa-lib cmake sndio libev` + - `pkg install boost-all curl libvorbis libogg flac libmicrohttpd faad2 alsa-lib cmake sndio libev bash` - `portsnap fetch` - `portsnap extract` (if first time using ports) - `cd /usr/ports/audio/lame`