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>
^