X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=README;h=2113054af75962259b2dedc48aa87351df4decde;hb=a82c01edbf003e04902a87c98cc07f05046b4d78;hp=5af69d54bd3132781938f50156752eb2d4ca83bd;hpb=9a2b37ab5fec7ceee3e62651c14ef85e5d86542f;p=bbcp.git diff --git a/README b/README index 5af69d5..2113054 100644 --- a/README +++ b/README @@ -10,16 +10,19 @@ Directories structure: examples/ some outdated examples - - server/ - static web-server as the example of an application for Linux OS console/ simple console application fpstest/ loop test + server/ + static web-server as the example of an application for Linux OS To build BlackBox: + if you have 64-bit version of Ubuntu, do this: + sudo apt-get install libc6-dev-i386 + sudo apt-get install libgtk2.0-0:i386 + cd BlackBox ./switch-target `uname -s` GUI ./build @@ -27,6 +30,8 @@ To build BlackBox: To run BlackBox (after build): ./run-BlackBox + or + ./run-BlackBox-2 To create BlackBox assembly (after build):