* Johan Hoeke <[EMAIL PROTECTED]> [2007-03-24 15:54]: > There are also unofficial deb sources for a deb 386 package for wizd > on the web.
Add the APT line to /etc/apt/sources.list, run apt-get update Then download the source and install the build-dependencies: apt-get source wizd sudo apt-get build-dep wizd sudo apt-get install build-essential fakeroot Build the package: cd wizd-... dpkg-buildpackage -B -rfakeroot and hope it builds. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

