This is a digital dj mixing software package, aimed towards live music remixing and production.
It consists of a "server" which is responsible for talking to the sound devices and takes commands from "clients". The clients are responsible for providing the user interfaces.
Documentation is also available on the web at gdam.org
As of 0.925, you need only run `gdam-launcher', if the gdam-server is on your path.
So the easiest way is to ``make install'' then run gdam-launcher.
If the gdam-server is not on your path, this won't work. You must run with a command like:
PATH="../server:$PATH" ./gdam-launcher
Alternately, you can run a separate gdam server:
./gdam-server --config defaults/server.configAnd then you must choose a client:
gdam-launcherSee "INSTALL" for more details.
See doc/users-guide for info on building a song database, installing an rc file, and general usage help. See other files in doc for info on troubleshooting and other topics. gdam.org for additional help.