Hi,
I had to change
Teslacoin-qt.pro to compile Teslacoin client on my Debian.
Download teslacoin project:
$ git clone
https://github.com/Teslacoin-project/teslacoin$ cd teslacoin
Change line 14
LIBS += -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53
to
LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread
and change line 16
BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
to
BOOST_LIB_SUFFIX=
SourceCompile the code (previous install deb packets mentioned on doc/build-unix.txt but libdb5.1 instead libdb4.8 debs):
$ qmake
$ make