X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=examples%2Fserver%2FREADME;h=0f9fd0353b3a66142489112b60ab26a1a718d18a;hb=5341383bbc343b1d7a1b02de6b87c651a8ebb399;hp=df2e56644233ee8ab1bb668538f95f158e5146d9;hpb=f4a379732de0aca5552157d9578d4055604b0fe1;p=bbcp.git diff --git a/examples/server/README b/examples/server/README index df2e566..0f9fd03 100644 --- a/examples/server/README +++ b/examples/server/README @@ -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,6 +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 # 5. Stop any other server that using 80 ports (apache, nginx, ...) @@ -24,5 +25,5 @@ sudo ./bbserver # To check the work of the server open browsel 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