mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-26 18:19:05 +00:00
Updated building (markdown)
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" .`
|
||||||
|
Loading…
Reference in New Issue
Block a user