From 4f822b6e4b0c5597a2334653d0eab3f9d051d366 Mon Sep 17 00:00:00 2001 From: casey langen Date: Fri, 10 Jul 2020 22:04:35 -0700 Subject: [PATCH] Updated building (markdown) --- building.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/building.md b/building.md index 9e56e94..2a539ad 100644 --- a/building.md +++ b/building.md @@ -22,6 +22,8 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies. ## linux and bsd +### install dependencies + - install the following libraries and their development packages: `cmake boost libogg vorbis ffmpeg ncurses zlib asound pulse libcurl libmicrohttpd libmp3lame libev4 taglib libopenmpt`. > note, debian-based distributions use `libtag1-dev` instead of `taglib`. - **ubuntu** @@ -40,6 +42,8 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies. - `make reinstall` - **openbsd** - `pkg_add git cmake ffmpeg boost sndio libev libmicrohttpd taglib libopenmpt` + +### build musikcube - `git clone https://github.com/clangen/musikcube.git --recursive` - `cd musikcube` - `cmake -G "Unix Makefiles" .`