Skip to content

Commit 778c22b

Browse files
committed
More README updates
1 parent 16ae416 commit 778c22b

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README

+16-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ address below.
77
Con Kolivas <[email protected]>
88
15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ
99

10+
NOTE: This code is licensed under the GPLv3. This means that the source to any
11+
modifications you make to this code MUST be provided by law if you distribute
12+
modified binaries. See COPYING for details.
13+
14+
1015
DOWNLOADS:
1116

1217
http://ck.kolivas.org/apps/cgminer
@@ -23,8 +28,6 @@ IRC Channel:
2328

2429
irc://irc.freenode.net/cgminer
2530

26-
License: GPLv3. See COPYING for details.
27-
2831
SEE ALSO API-README, ASIC-README and FGPA-README FOR MORE INFORMATION ON EACH.
2932

3033
---
@@ -155,7 +158,17 @@ Basic *nix build instructions:
155158
directory directly, but you may do make install if you wish to install
156159
cgminer to a system location or location you specified.
157160

158-
Native WIN32 build instructions: see windows-build.txt
161+
Building for windows:
162+
163+
It is actually easiest to build a windows binary using cross compilation tools
164+
provided by "mxe" available at http://mxe.cc/ (use the 32 bit one!)
165+
Once you have followed the instructions for building mxe:
166+
export PATH=(path/to/mxe)/usr/bin/:$PATH
167+
CFLAGS="-O2 -Wall -W -march=i686" ./configure --host=i686-pc-mingw32 <options>
168+
make
169+
170+
Native WIN32 build instructions: see windows-build.txt but these instructions
171+
are now hopelessly out of date.
159172

160173
---
161174

0 commit comments

Comments
 (0)