From b7c5139f0348fd5d3c93ccde22772f2401bfb500 Mon Sep 17 00:00:00 2001 From: casey langen Date: Mon, 24 Dec 2018 16:00:59 -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 f4fc2b2..b50fb8b 100644 --- a/building.md +++ b/building.md @@ -22,7 +22,7 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies. ## linux and bsd -- install the following libraries and their development packages: `cmake boost libogg vorbis flac faad2 ncurses zlib asound pulse libcurl libmicrohttpd libmp3lame libev4` +- install the following libraries and their development packages: `cmake boost libogg vorbis flac faad2 ncurses zlib asound pulse libcurl libmicrohttpd libmp3lame libev4 taglib` - **ubuntu** - **bionic**: `sudo apt-get install build-essential clang cmake libboost-thread1.65-dev libboost-system1.65-dev libboost-filesystem1.65-dev libboost-date-time1.65-dev libboost-atomic1.65-dev libboost-chrono1.65-dev libogg-dev libvorbis-dev libflac-dev libfaad-dev libncursesw5-dev libasound2-dev libpulse-dev pulseaudio libmicrohttpd-dev libmp3lame-dev libcurl4-openssl-dev libev-dev libssl-dev libtag1-dev` - **artful**: `sudo apt-get install build-essential clang cmake libboost-thread1.63-dev libboost-system1.63-dev libboost-filesystem1.63-dev libboost-date-time1.63-dev libboost-atomic1.63-dev libboost-chrono1.63-dev libogg-dev libvorbis-dev libflac-dev libfaad-dev libncursesw5-dev libasound2-dev libpulse-dev pulseaudio libmicrohttpd-dev libmp3lame-dev libcurl4-openssl-dev libev-dev libssl-dev`