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" .`