Updated building (markdown)

casey langen 2020-07-10 22:04:35 -07:00
parent ed75e46747
commit 4f822b6e4b

@ -22,6 +22,8 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies.
## linux and bsd ## 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`. - 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`. > note, debian-based distributions use `libtag1-dev` instead of `taglib`.
- **ubuntu** - **ubuntu**
@ -40,6 +42,8 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies.
- `make reinstall` - `make reinstall`
- **openbsd** - **openbsd**
- `pkg_add git cmake ffmpeg boost sndio libev libmicrohttpd taglib libopenmpt` - `pkg_add git cmake ffmpeg boost sndio libev libmicrohttpd taglib libopenmpt`
### build musikcube
- `git clone https://github.com/clangen/musikcube.git --recursive` - `git clone https://github.com/clangen/musikcube.git --recursive`
- `cd musikcube` - `cd musikcube`
- `cmake -G "Unix Makefiles" .` - `cmake -G "Unix Makefiles" .`