Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: AliHader on February 10, 2017, 12:14:22 PM



Title: How i complie Soruce Code
Post by: AliHader on February 10, 2017, 12:14:22 PM
closed


Title: Re: How i complie Soruce Code
Post by: nemgun on February 10, 2017, 12:32:30 PM
How i compile Source Code of CryptoCoin in window wallet using ubuntu.

Can someone please close this post ?
If you want to learn you should first write in normal size, black color, and ask for links to the previously created tutorials.
I can only advise you on using google because these threads aleready exists. Look for gitian builder.


Title: Re: How i complie Soruce Code
Post by: droidz on February 12, 2017, 07:12:00 AM
I also tried to ask several places, but did not choose to use one. Descriptions, tips incomplete, false.


Title: Re: How i complie Soruce Code
Post by: nemgun on February 12, 2017, 09:21:20 AM
I also tried to ask several places, but did not choose to use one. Descriptions, tips incomplete, false.

There are tons of answers in the forum, you may want to use google with some well make keywords, or you can fetch in other crypto websites/forums.
The basic rule in a form is to read before posting, you have the option to use google as search engine instead of the forum's search engine, try your luck, i am sure you will find.
The other problem is that too many shitcoins with shit projects are aleready existing here, so no one will show you how to do it, you must find by yourself.


Title: Re: How i complie Soruce Code
Post by: droidz on February 12, 2017, 09:48:48 AM
I do not used  windows. most of the coin description in GitHub source, After  "make -f makefile.unix"  will not be compile COINd files. I can not find a solution, even though I use google.  :-\


Title: Re: How i complie Soruce Code
Post by: GameunitsSEO on February 12, 2017, 01:31:23 PM
You can use gitian to crosscompile wallets on ubuntu.

Just google ;)


Title: Re: How i complie Soruce Code
Post by: nemgun on February 12, 2017, 02:20:54 PM
I do not used  windows. most of the coin description in GitHub source, After  "make -f makefile.unix"  will not be compile COINd files. I can not find a solution, even though I use google.  :-\


let's watch the command more closely :

"make" which means compile if you want.
"-f" it is a param who means force.
"makefile" it is the recipe.
".unix" means it is the unix makefile, made for debian, ubuntu ...
Look for the other makefiles, you have osx and mingw, sometimes people use their own makefile.
now, these files are not the only way to compile the client to windows, i know about four other ways :
-gittian builder
-mxe
-hand work
-mingw

I think it is enough for you to find how to do it.