@@ -7,6 +7,11 @@ address below.
7
7
8
8
15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ
9
9
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
+
10
15
DOWNLOADS:
11
16
12
17
http://ck.kolivas.org/apps/cgminer
@@ -23,8 +28,6 @@ IRC Channel:
23
28
24
29
irc://irc.freenode.net/cgminer
25
30
26
- License: GPLv3. See COPYING for details.
27
-
28
31
SEE ALSO API-README, ASIC-README and FGPA-README FOR MORE INFORMATION ON EACH.
29
32
30
33
---
@@ -155,7 +158,17 @@ Basic *nix build instructions:
155
158
directory directly, but you may do make install if you wish to install
156
159
cgminer to a system location or location you specified.
157
160
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.
159
172
160
173
---
161
174
0 commit comments