Building GJay

While GJay's app development has come along nicely, the build system is still in a nascent state (no autoconf, no cross-platform support). There's a Makefile which should work on any Linux system with the following (Debian) packages:

  • Applications
    • mp3info
    • mpg321
    • vorbis-tools
    • xmms
  • Libraries
    • libgtk2.0
    • libgsl0
    • libvorbis
  • Devel packages
    • libvorbis-dev
    • libgtk2.0-dev
    • xmms-dev
    • libgsl0-dev

make and then run gjay. I've only made GJay on i386. There are known endian-issues; it won't work properly on PPC.