Post
Topic
Board Announcements (Altcoins)
Re: [ANN] UralsCoin - Vending currency. Masternodes. XEVAN Algo. No ICO. Airdrop.
by
Attractor
on 17/12/2017, 17:06:34 UTC
Maybe I didn't put appropriate compile options, but there is no any manual

qt is located in the subfolder UralsCoin/src/qt/

MiniUPnPc
MSYS shell:
   cd \uralscoin
   sh autogen.sh
   sh configure
   mingw32-make


compiling Urals on windows

./autogen.sh

   CPPFLAGS="-I/c/deps/db-4.8.30.NC/build_unix \
   -I/c/deps/openssl-1.0.1c/include \
   -I/c/deps \
   -I/c/deps/protobuf-2.5.0/src \
   -I/c/deps/libpng-1.6.14 \
   -I/c/deps/qrencode-3.4.4" \
   LDFLAGS="-static \
   -L/c/deps/db-4.8.30.NC/build_unix \
   -L/c/deps/openssl-1.0.1c \
   -L/c/deps/miniupnpc \
   -L/c/deps/protobuf-2.5.0/src/.libs \
   -L/c/deps/libpng-1.6.14/.libs \
   -L/c/deps/qrencode-3.4.4/.libs" \
   BOOST_ROOT=/c/deps/boost_1_55_0 \
   ./configure \
   --disable-upnp-default \
   --with-qt-incdir=/c/Qt/5.3.2/include \
   --with-qt-libdir=/c/Qt/5.3.2/lib \
   --with-qt-plugindir=/c/Qt/5.3.2/plugins \
   --with-qt-bindir=/c/Qt/5.3.2/bin \
   --with-protoc-bindir=/c/deps/protobuf-2.5.0/src \
   --disable-tests \

   make USE_UPNP=

   strip src/urals-cli.exe
   strip src/uralsd.exe
   strip src/qt/urals-qt.exe   



On Ubuntu still qt doesn't appear with new parameters.
On Windows "configure: error: libdb_cxx headers missing"

That is separate problem.
Anyway thank you for the help