File tree 1 file changed +26
-7
lines changed
1 file changed +26
-7
lines changed Original file line number Diff line number Diff line change @@ -104,31 +104,50 @@ Use tcpdns.exe in win directory.
104
104
```
105
105
106
106
#### Windows installation guide
107
-
107
+
108
108
In order to build gevent library you should install Visual Studio,
109
109
although tcpdns.py can run perfectly without python gevent.
110
-
111
-
110
+
111
+
112
112
1 . Pull the submodule source code.
113
113
``` bash
114
114
cd Tcp-DNS-proxy
115
115
git submodule update --init --recursive
116
116
```
117
117
118
- 2 . Install pip.exe
118
+ 2 . install python 2.7.9
119
+
120
+
121
+ 3 . Install pip.exe
119
122
120
123
Download get-pip.py from [ get-pip.py] ( https://raw.github.com/pypa/pip/master/contrib/get-pip.py ) ,
121
124
execute the following commands:
122
-
125
+
123
126
```
124
127
python get-pip.py
125
128
```
126
- 3 . Install python gevent
127
-
129
+ 4 . install greenlet
130
+
131
+ ```
132
+ C:\Python27\Scripts\pip.exe install greenlet
133
+ ```
134
+
135
+ 5 . install Microsoft Visual C++ Compiler for Python 2.7
136
+
137
+ [ Download link] ( http://www.microsoft.com/en-us/download/details.aspx?id=44266 )
138
+
139
+ 6 . Install python gevent
140
+
128
141
```
129
142
C:\Python27\Scripts\pip.exe install gevent
130
143
```
131
144
145
+ 7 . install py2exe
146
+
147
+ [ Download link] ( http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/ )
148
+
149
+ 8 . execute toexe.bat
150
+
132
151
133
152
LICENSE
134
153
----------------------
You can’t perform that action at this time.
0 commit comments