About GoPlay! ------------- GoPlay! is a Graphical User Interface (GUI) that uses DebTags for finding games in Debian easily. The program uses FLTK for handling the widgets, and libept as the backend for retrieving the data. GoPlay! has been developed by Miriam Ruiz and Enrico Zini, and can be redistributed and/or modified under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Copyright (C) 2007 Enrico Zini Copyright (C) 2007 Miriam Ruiz This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA See LICENSE for more details. Building instructions --------------------- 1) Rebuild the build system with: autoreconf -i 2) Build the dependencies: libept-dev (>= 0.5.8) libfltk1.1-dev fluid 3) Build the program: ./configure make Troubleshooting --------------- * Missing /var/lib/apt-xapian-index/index If goplay complains that /var/lib/apt-xapian-index/index does not exist, it could be that you just installed apt-xapian-index and the index is still being built. Just run `update-apt-xapian-index' as root to rebuild the index or see the progress of a running indexer. Enjoy!