Post
Topic
Board Altcoin Discussion
Re: new approach to altcoin design, practical consideration
by
palvideos
on 29/12/2015, 02:07:46 UTC
Are there only one youtube tutorial for reference?

Do you have any other guide to compile?

Unfortunately there are no easy way.

1 I was using this MinGW, so it would be  niece to have one   
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.2/threads-posix/dwarf/i686-4.9.2-release-posix-dwarf-rt_v3-rev1.7z/download

2. You need  to have Qt compiled static, with libpng and openssl using MinGW from 1
I am doing something like this:
In windows command line:

set INCLUDE=C:\deps\libpng-1.6.9;C:\deps\openssl-1.0.1f\include
set LIB=C:\deps\libpng-1.6.9\.libs;C:\deps\openssl-1.0.1f

cd C:\Qt\5.2.1\5.2.1
configure.bat -debug-and-release -opensource -confirm-license -static -make libs -no-sql-sqlite -no-opengl -system-zlib -qt-pcre -no-icu -no-gif -system-libpng -no-libjpeg -no-freetype -no-angle -no-vcproj -openssl -no-dbus -no-audio-backend -no-wmf-backend -no-qml-debug

3. Now from https://github.com/salivan-ratcoin-dev-team/dims/releases  download dimsTest.zip and unpack it


4.  in unpacked  directory from windows  command line qmake  and  make

Those  are  steps for programmers to follow if you are not one of them it may be to much work, for programmer it should be piece of cake


 


I can understand and follow instructions and coded in some programming languages. Thanks for the update. I will come again here later.