summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb75664)
raw | patch | inline | side by side (parent: eb75664)
author | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Sat, 17 Feb 2018 04:20:13 +0000 (11:20 +0700) | ||
committer | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Sat, 17 Feb 2018 04:20:13 +0000 (11:20 +0700) |
examples/server/README | patch | blob | history | |
examples/server/System/Mod/Init.odc | patch | blob | history | |
examples/server/buildExample | [deleted file] | patch | blob | history |
diff --git a/examples/server/README b/examples/server/README
index e4386a6df305d3aa2a44d0670c131911a1189e00..3120bbea46200885a1e1359c0fa6363b10e81d7e 100644 (file)
--- a/examples/server/README
+++ b/examples/server/README
# 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:
index 7454a96a50a22cdf699e0773f42b1c5fd5921bd2..0251cdb1541e19404f89fa8b9a515dc7fcdd1be3 100644 (file)
Binary files a/examples/server/System/Mod/Init.odc and b/examples/server/System/Mod/Init.odc differ
Binary files a/examples/server/System/Mod/Init.odc and b/examples/server/System/Mod/Init.odc differ
diff --git a/examples/server/buildExample b/examples/server/buildExample
+++ /dev/null
@@ -1,5 +0,0 @@
-DevCompiler.CompileThis TcpService TcpServer TcpBytes TcpTask
-
-DevCompiler.CompileThis Gtk2GLib Gtk2GObject Gtk2Pango Gtk2Gdk Gtk2Gtk
-
-DevCompiler.CompileThis Init