How to install Konqueror-embedded

Someone else asked how I actually got konqueror-embedded
installed. This is typed from memory, and it was actually a lot more
floundering and I may have something wrong this time, too, but here’s
what I wrote him:

The C library is actually called libstdc++6, which I think isn’t what
Mickey said on the mailing list.

Also, if you’re installing to your sd card, you have to ipkg-link
everything you install. (And you can’t ipkg-link some of this stuff
if your sd card hasn’t been reformatted to be an ext2 filesystem.) If
this is greek to you, you either aren’t installing to your sd card or
you’d better figure it out before you start.

So you have to:

  • edit /etc/ipkg.conf to add a line like the others, but with devel
    instead of opie or base or whatever.

  • ipkg -d sd install libstdc++6 libpcre0
  • ipkg-link add libstdc++6
  • ipkg-link add libpcre0
  • ipkg -d sd install
  • ipkg -d sd install konqueror-embedded
  • ipkg-link add konqueror-embedded

Leave a comment