Jorge Arellano Cid wrote:
I'd like to have packages for Debian and some RPMs. Kelson already committed himself with the RPMs, and although I can make i32 and i64 Debian packages, I'm a newbie on it.
Here's the status on the RPMs. I've built the following: Fedora 9, x86_64 RHEL 3, x86 RHEL 4, x86 and x86_64 RHEL 5, x86 and x86_64 Unfortunately I don't have access to any 32-bit Fedora boxes right now, but I should be able to build it with mock if I can figure out how to convince it to install the fltk package I've built. My old build system is in storage (way in the back, under a bunch of boxes, so not easy to get at), so it will be a while before I can build/test on any other distributions. If anyone here has a 32-bit Fedora 9 box and would like to contribute an RPM, or another RPM-based distribution (SuSE, Mandriva, etc.), here are the source RPMs I'm using. http://www.hyperborea.org/software/dillo/rpms/fltk2-2.0.x.r6403-0.1.src.rpm http://www.hyperborea.org/software/dillo/rpms/dillo-2.0-1.src.rpm Directions for building the Dillo RPM: 1. Ideally, set up an RPM build tree in your home directory so you can build as yourself and not as root. (I think directions are up at rpm.org) 2. Build the fltk RPM: rpmbuild --rebuild fltk2-2.0.x.r6403-0.1.src.rpm 3. Install the fltk RPM (as root, or sudo) rpm -ivh /path/to/rpm/file 4. Build the dillo RPM: rpmbuild --rebuild dillo-2.0-1.src.rpm 5. Install the dillo RPM: rpm -ivh /path/to/rpm/file Possible issues with these SRPMS; - I don't have all the build dependencies set properly. - Distro-specific code on the Dillo SRPM may be out of date. - If you already have FLTK2 installed, you can skip the FLTK RPM and add --nodeps to the commandline in step 4. -- Kelson Vibber Hyperborea.org - SpeedForce.org - AlternativeBrowserAlliance.com