Beta test for Client version 0.9.3.1
-
Lizhi is developing on windows, and it seems he has problems with hardening on that platform.
Lizhi’s parameters made it into uncle-muddy’s instructions.
Thanks for pointing out, where you started. We need to update the instructions you used.
-
+1 folks…
-
Compiling failed.
I’m about to go out so will look into this when I get home, I think its a QT5 issueI can’t post the error message as the spam filter won’t let as it thinks it spam
-
@tmuir12
Post it in forum chat
are you using qt4 or qt5? -
@tmuir12 if it is zxing related issue put the zxing cpp project under qt folder and there was one place were 2 variables need to be made public into one class. Also install qt-sdk and specify in the configuration --with-gui=qt5
-
There are also installation packages for major Linux distributions available at https://software.opensuse.org/package/libzxing
You need to click ‘show unstable package’ as the package doesn’t belong to the official distributions and therefore is not flagged as ‘stable’ by the Linux developers
For Debian 8, Ubuntu 15.04 and Ubuntu 14.04 there are installation packages available, which contain the compiled binaries.
Packages for other distributions will follow soon.
You either can follow the this guide
or manually download and install from this repository
-
I’ve posted the error message in the shoutbox
-
first complie db-4.8.30.NC.tar.gz
tar xvfz db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix
BITCOIN_ROOT=$(pwd)
BDB_PREFIX=“${BITCOIN_ROOT}/db6”
…/dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
make
make installthen change dir to your feathercoin codes:
./configure --disable-upnp-default --disable-tests --disable-hardening --with-gui=no --without-miniupnpc --with-boost-libdir=/usr/local/lib LDFLAGS=“-L${BDB_PREFIX}/lib/” CPPFLAGS=“-I${BDB_PREFIX}/include/”
-
@lizhi said:
first complie db-4.8.30.NC.tar.gz
tar xvfz db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix
BITCOIN_ROOT=$(pwd)
BDB_PREFIX=“${BITCOIN_ROOT}/db6”
…/dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
make
make installthen change dir to your feathercoin codes:
./configure --disable-upnp-default --disable-tests --disable-hardening --with-gui=no --without-miniupnpc --with-boost-libdir=/usr/local/lib LDFLAGS=“-L${BDB_PREFIX}/lib/” CPPFLAGS=“-I${BDB_PREFIX}/include/”
Is that for windows compile?
For unix, there are some differences:
- db-4.8 or greater is part of the distribution -> no need to compile it
- all steps until 'then change dir to your feathercoin codes: is not needed
- –disable-shared not needed, but up to the user to use
- –disable-hardening is strongly discouraged as code hardening is a security feature and works on linux
- –with-boost-libdir normally is not required, if libboost is installed using distribution’s package manager
-
Do you have a Windows x64 build ? I guess any windows build :-)
-
@Lizhi mentioned his one above : http://www.ftc-c.com/pack4/feathercoin-qt.0.9.3.1.rar
@ghostlander has made a 0.8.7.3 binary: https://github.com/ghostlander/Feathercoin/releases/tag/v0.8.7.3-ftc -
The 0.9.3.1 version is the latest production release now
Therefore I close this thread.
Please fell free to open a new thread for any problems or questions you may have