浏览代码

server example uses LinNet.select

Ivan Denisov 7 年之前
父节点
当前提交
43d732331c
共有 3 个文件被更改,包括 1 次插入7 次删除
  1. 1 2
      examples/server/README
  2. 二进制
      examples/server/System/Mod/Init.odc
  3. 0 5
      examples/server/buildExample

+ 1 - 2
examples/server/README

@@ -15,8 +15,7 @@ cd ../../BlackBox
 
 # 4. Go to the example folder and compile the example
 cd ../examples/server
-ln -s ../../BlackBox/_Linux_GUI/Gtk2 ./
-../../BlackBox/run-BlackBox < buildExample
+echo "DevCompiler.CompileThis TcpService TcpServer TcpBytes TcpTask CommTCP Init" | ../../BlackBox/run-BlackBox
 
 # 5. Stop any other server that using 80 ports (apache, nginx, ...)
 # 6. Then you can start server using command:

二进制
examples/server/System/Mod/Init.odc


+ 0 - 5
examples/server/buildExample

@@ -1,5 +0,0 @@
-DevCompiler.CompileThis TcpService TcpServer TcpBytes TcpTask
-
-DevCompiler.CompileThis Gtk2GLib Gtk2GObject Gtk2Pango Gtk2Gdk Gtk2Gtk
-
-DevCompiler.CompileThis Init