Reply To: Noob installing on Mandriva 2006 help

#7766
CCRDude
Participant

Install script? It’s like most Linux source apps “make install” 😉
How I usually compile:

./configure --enable-oggvorbis --enable-flac --enable-musepack --enable-sqlite3
make
make install

If you don’t need oggvorbis, flac and musepack support, and don’t care about the database format used, you can leave all those parameters out and just do the most standard:

./configure
make
make install

I’m not sure if that places an /etc/init.d/mt-daapd script yet; if not, it’s in the “contrib” subfolder imho, copy it there. Then use rcconf or similar to set it up to run on each system start (or again use the tool you usually use to do this, no idea what it is on Mandriva 😉 ).