# Installing musikcube
***Last Updated: Oct 2023***
As of Oct 2023 the `musikcube` command line audio player isn't in the [[Solus]] repository.
You will need to compile it from source. It relies on Boost, Curl, LAME, FFMPEG and several other libraries.
```sh
sudo eopkg install -c system.devel
```
```shell
sudo eopkg install taglib-devel libboost-devel curl-devel libev-devel libmicrohttpd-devel lame-devel alsa-lib-devel ffmpeg-devel pulseaudio-devel taglib-devel asio
```
Then you can clone, build, and install it:
```shell
git clone https://github.com/clangen/musikcube.git
cmake ...
make
make install
```