Updated building (markdown)

casey langen 2021-12-30 14:34:10 -08:00
parent bc47378ab1
commit c336a58dc9

@ -46,8 +46,19 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies.
- **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 ### obtain musikcube sources
you can either get the latest version from git, as follows...
- `git clone https://github.com/clangen/musikcube.git --recursive` - `git clone https://github.com/clangen/musikcube.git --recursive`
...or you can download a pre-packaged source release:
- navigate to the appropriate [release](https://github.com/clangen/musikcube/releases) page and download the source `tar.gz` file
- `tar xvfz musikcube-0.96.10.tar.gz`
### build musikcube
- `cd musikcube` - `cd musikcube`
- `cmake -G "Unix Makefiles" .` - `cmake -G "Unix Makefiles" .`
- `make` - `make`