Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
38665169
Topic
1080289
Board
Altcoin Discussion
Re: [HOWTO] compile altcoin for windows on linux using mxe and mingw
by
D3m0nKinGx
on
27/05/2018, 05:21:32 UTC
@widecash
It was a simple fix for the last make command in the script
Add
cd ../..
before the last make command:
Code:
cd ../..
make -f Makefile.Release ...