Author

Topic: Help compile wallet core [Windows] No linux (Read 181 times)

newbie
Activity: 53
Merit: 0
February 07, 2019, 12:19:54 AM
#5
I know he has the win version but I know how to compile under linux. I would like to know how to make the compilation of the source program for windows.
newbie
Activity: 53
Merit: 0
February 07, 2019, 12:17:17 AM
#4
hi,

It is good code ?

Quote
Bitcoin -------
DOS prompt:
cd \bitcoin\src
mingw32-make -f makefile.mingw
strip bitcoind.exe
sr. member
Activity: 910
Merit: 351
February 07, 2019, 12:17:01 AM
#3
Is this the same wallet as yours?[1] It seems like they've released a new version with Windows installation files. Maybe you can update your files with the latest version before you install/compile it. I also think the version 2 is very outdated[2] if it's indeed the same wallet that you want to install.

[1] https://github.com/DMDcoin/Diamond/releases
[2] https://bit.diamonds/community/index.php?topic=9.0
legendary
Activity: 2730
Merit: 7065
February 06, 2019, 05:59:41 AM
#2
I don't know anything about this but a search lead me to find these materials.
 
Qt for Windows - Building from Source
http://doc.qt.io/qt-5/windows-building.html

How to Compile Qt from Source Code on Linux
https://www.ics.com/blog/how-compile-qt-source-code-linux

A Vital Guide to Qmake
https://www.toptal.com/qt/vital-guide-qmake

qmake Manual
http://doc.qt.io/qt-5/qmake-manual.html

Qt Examples And Tutorials
http://doc.qt.io/qt-5/qtexamplesandtutorials.html
newbie
Activity: 53
Merit: 0
February 05, 2019, 08:26:51 PM
#1

Hi,

I want to compile an old wallet (Diamond V2). To know the operation under windows. I can compile under linux ubuntu.
How do you compile from source code on Windows. I saw that we can use the qmake but I do not know more. Thank you for helping me.

Code:
make -f makefile.unix
or
./autogen.sh
./configure
make
make install
Jump to: