Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: supercanada1 on May 31, 2015, 04:50:40 PM



Title: In Dogecoin and litecoin source, I cannot find .pro file, how to compile
Post by: supercanada1 on May 31, 2015, 04:50:40 PM
In Dogecoin and litecoin source, I cannot find .pro file, how to compile
I download Dogecoin and litecoin from open source and try to compile the wallet,
https://github.com/dogecoin/dogecoin
and
https://github.com/litecoin-project/litecoin
but in the folder I cannot find .pro file, how can I compile it in windows mingw msys?
Thanks, anyway to find the .pro file? and compiling wallet instruction?


Title: Re: In Dogecoin and litecoin source, I cannot find .pro file, how to compile
Post by: Muhammed Zakir on May 31, 2015, 04:56:32 PM
Have you read https://github.com/dogecoin/dogecoin/blob/master/doc/build-msw.md?


Title: Re: In Dogecoin and litecoin source, I cannot find .pro file, how to compile
Post by: YarkoL on June 01, 2015, 07:50:58 AM

These use GNU autotools which is
different from the older builds.

Hint: Github is searchable, and you'll find
a lot of coins with .pro files, including the practice ones
that are mentioned in the tutorials.