@@ -189,7 +189,32 @@ httpd:
189
189
ixwebsocket/IXConnectionState.cpp \
190
190
ixwebsocket/IXUrlParser.cpp \
191
191
ixwebsocket/IXSelectInterrupt.cpp \
192
- ixwebsocket/apple/IXSetThreadName_apple.cpp -lz
192
+ ixwebsocket/apple/IXSetThreadName_apple.cpp \
193
+ -lz
194
+
195
+ httpd_linux :
196
+ g++ --std=c++11 -o ixhttpd httpd.cpp -Iixwebsocket \
197
+ ixwebsocket/IXSelectInterruptFactory.cpp \
198
+ ixwebsocket/IXCancellationRequest.cpp \
199
+ ixwebsocket/IXSocketTLSOptions.cpp \
200
+ ixwebsocket/IXUserAgent.cpp \
201
+ ixwebsocket/IXDNSLookup.cpp \
202
+ ixwebsocket/IXBench.cpp \
203
+ ixwebsocket/IXWebSocketHttpHeaders.cpp \
204
+ ixwebsocket/IXSelectInterruptPipe.cpp \
205
+ ixwebsocket/IXHttp.cpp \
206
+ ixwebsocket/IXSocketConnect.cpp \
207
+ ixwebsocket/IXSocket.cpp \
208
+ ixwebsocket/IXSocketServer.cpp \
209
+ ixwebsocket/IXNetSystem.cpp \
210
+ ixwebsocket/IXHttpServer.cpp \
211
+ ixwebsocket/IXSocketFactory.cpp \
212
+ ixwebsocket/IXConnectionState.cpp \
213
+ ixwebsocket/IXUrlParser.cpp \
214
+ ixwebsocket/IXSelectInterrupt.cpp \
215
+ ixwebsocket/linux/IXSetThreadName_linux.cpp \
216
+ -lz -lpthread
217
+ cp -f ixhttpd /usr/local/bin
193
218
194
219
# For the fork that is configured with appveyor
195
220
rebase_upstream :
0 commit comments