On my ubuntu-server I am going to work with the mt-daapd software. You can find the homepage of this project here.
basically I just started with following the steps out of the quick-start Ubuntu guide. The first step in the guide is: install non-standard packages. the following packages need to be installed
libsqlite0So type
libsqlite0-dev
gawk
gcc
libid3tag0-dev
libgdbm-dev
sudo apt-get install libsqlite0And do this for every package. Now you should be ready to install the server.
I will explain how I did this in the next post...
No comments:
Post a Comment