Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: unsoindovo on October 02, 2014, 04:44:11 PM



Title: Asking for Tutorial to compile linux/c++ gitHub source under windows
Post by: unsoindovo on October 02, 2014, 04:44:11 PM
Hi guys!

just like in the subject...
can, some real smart IT guru, share a tutoria to compile source code developed under linux/c++, in windows environment?
Need to get windows assembly from linux source code.

thank you all!!!


Title: Re: Asking for Tutorial to compile linux/c++ gitHub source under windows
Post by: ChristopherWalken on October 02, 2014, 04:46:56 PM
here you go man

http://www.mingw.org/wiki/mingw_for_first_time_users_howto


if your talking about compiling a altcoin with windows theres other tutorials tailored more to coin compiling, you'll need to compile the deps manually on windows

let me know if you are still having trouble :)


Title: Re: Asking for Tutorial to compile linux/c++ gitHub source under windows
Post by: unsoindovo on October 02, 2014, 05:02:00 PM
here you go man

http://www.mingw.org/wiki/mingw_for_first_time_users_howto


if your talking about compiling a altcoin with windows theres other tutorials tailored more to coin compiling, you'll need to compile the deps manually on windows

let me know if you are still having trouble :)

ty chris!!

i start installing minGW... then i try wit some examples of wallet/miner.

if i need help i will write here..

hope you can answer too :-)


Title: Re: Asking for Tutorial to compile linux/c++ gitHub source under windows
Post by: unsoindovo on October 02, 2014, 05:10:47 PM
eheehe...
i'm here again...

MingW need to choose packages.
can you tell me a default packages setting for compile wallet or miner ???
thanks!!!

https://i.imgur.com/YeyemH5.jpg


Title: Re: Asking for Tutorial to compile linux/c++ gitHub source under windows
Post by: unsoindovo on October 02, 2014, 05:25:44 PM
i download halcyon wallet from github...
i can see a make.mingw.

but it do not work if used with mingw32-make.exe makefile.mingw

there are sono specific command to compile make.mingw?