Dogecoin Wallet compile

SO I am looking into compiling the qt client for the Dogecoin wallet. The compilation instructions are geared towards Debian, so I am curious if I could get some help finding the OpenSUSE equivalent files, or possibly some other help getting it setup.

Color Legend:
Green Able to find OpenSUSE equivalent
Red Unable to find OpenSUSE equivalent
Blue Questionable, currently have the runtime libraries installed - Do not think they are devel version

Build instructions
===================

Debian
-------

First, make sure that the required packages for Qt4 development of your
distribution are installed, for Debian and Ubuntu these are:

::

    apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
        libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
        libssl-dev libdb4.8++-dev

then execute the following:

::

    qmake
    make

Alternatively, install `Qt Creator`_ and open the `litecoin-qt.pro` file.

An executable named `litecoin-qt` will be built.

.. _`Qt Creator`: http://qt.nokia.com/downloads/

I have tried using Qt Creator, and get an error concerning libboost-thread

/home/josh/Downloads/dogecoin-master/src/util.h:22: error: boost/thread.hpp: No such file or directory
 #include <boost/thread.hpp>
                            ^

You could use alien to take the foo.deb and convert it to foo.rpm. If you find the source package (foo.tar.gz) and compile it or make an rpm for it.

No joke when I tried to find the source on the official site, there was a new option for an online wallet, thanks!

Just a heads up there is a package for suse if you would rather keep your private keys on your computer instead of online wallet. http://software.opensuse.org/download.html?project=network&package=dogecoin