DEADSOFTWARE

server example uses LinNet.select
[bbcp.git] / examples / server / README
index df2e56644233ee8ab1bb668538f95f158e5146d9..3120bbea46200885a1e1359c0fa6363b10e81d7e 100644 (file)
@@ -6,8 +6,8 @@
 cd ../../BlackBox
 
 # 2. Clean previous
-./clean
 ./switch-target none
+./clean
 
 # 3. Switch to BlackBox Interp and compile
 ./switch-target `uname -s` Interp
@@ -15,14 +15,14 @@ cd ../../BlackBox
 
 # 4. Go to the example folder and compile the example
 cd ../examples/server
-../../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:
 
 sudo ./bbserver
 
-# To check the work of the server open browsel and look the page http://localhost
+# To check the work of the server open browser and look the page http://localhost
 
-# There are scripts ./start and ./stop for the deamon start and stop mode
+# There are scripts ./start and ./stop for the daemon start and stop mode