DEADSOFTWARE

Ubuntu (amd64) build and run dependencies added
[bbcp.git] / README
diff --git a/README b/README
index 5af69d54bd3132781938f50156752eb2d4ca83bd..2113054af75962259b2dedc48aa87351df4decde 100644 (file)
--- 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):