I have a G1 phone & tryin 2 download ebooks 2 my fbreader. Can someone help me do it. So that it works!
On Sep 28, 2009 11:35 AM, "geometer" <geom...@fbreader.org> wrote:
Hmm, do you mean to install packages on your debian system? Just add a
line
http://www.fbreader.org/desktop/debian/ beta main
into the /etc/apt/sources.list file (or may be add this line using a
UI program).
You don't need to access this URL using browser.
-- Nikolay
On 28 сен, 19:57, Zeth <seth.sk...@gmail.com> wrote: > Uhm, one question.http://www.fbreader.org/de...
I would suggest setting up an Ubuntu Private Package Archive:
https://help.launchpad.net/Packaging/PPA
This way you'd get binary debs built for x86 and for amd64.
There's also the OpenSUSE Build Service, which can build packages for
many distributions; but I'm less familiar with that one.
> Alternatively is there any way to get it to run on my system?
> If you did not already notice I installed my first linux dist a couple
> of days ago, so sorry for my incompetence.
Building Debian packages from sources isn't very difficult (although it
is a bit of a hassle).
Add
deb-src http://www.fbreader.org/desktop/debian stable main
to /etc/apt/sources.list. Run
sudo apt-get update
sudo apt-get install build-essential devscripts
sudo apt-get build-dep fbreader
sudo apt-get source fbreader
cd fbreader-*
dpkg-buildpackage -uc -us -rfakeroot
cd ..
sudo dpkg -i fbreader-*.deb
I haven't tested this; it's possible that you'd have to build and
install the two dependencies (library and linebreak) before you can
build fbreader itself.
Marius Gedminas
--
Every nonempty totally-disconnected perfect compact metric space is
homeomorphic to the Cantor set.