On Monday 18 June 2007 10:50, Martin DeMello wrote: Hi Martin,
A bit late, but hope it helps. > On 6/17/07, Martin DeMello <[EMAIL PROTECTED]> wrote: > > 2. There's no make install (!). Is this on anyone's to-do list? > > No comments on this? A quick and dirty way to do this would be to > install to /opt/quackle and have a shellscript in /usr/bin or > /usr/local/bin that cds to the /opt/quackle/bin and runs quacker. The > other (and I think more 'correct') option would be to read datafiles > and resources from /usr/share/quackle and ~/.quackle, and install the > executables in /usr/bin or /usr/local/bin depending. You don't need to install quacker in /opt. It can go directly into /usr/bin. However, it currently looks for its data files in '../data', which is not convenient. If you're making an ebuild, you'll have to patch the file quacker/settings.cpp between lines 166 to 171, and make Quackle look in /usr/share/quackle for the data files. Then put the data directory in there, and you should be good to go. -- Anand
