summaryrefslogtreecommitdiff
path: root/tools/win32build/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/win32build/README.txt')
-rw-r--r--tools/win32build/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/win32build/README.txt b/tools/win32build/README.txt
index fe8522c19..0aba2045e 100644
--- a/tools/win32build/README.txt
+++ b/tools/win32build/README.txt
@@ -48,6 +48,8 @@ cpuid. To build it, you have two options:
- with scons: if you have scons, just do scons install. It will build
and put the CpuCaps.dll in the plugins directory of nsis (if you
install nsis in the default path).
+ - run build-cpucaps.py with a windows python, e.g.
+ wine "C:\Python27\python" build-cpucaps.py
build.py:
---------