summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a82c01e)
raw | patch | inline | side by side (parent: a82c01e)
author | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Sun, 4 May 2014 14:27:26 +0000 (22:27 +0800) | ||
committer | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Sun, 4 May 2014 14:27:26 +0000 (22:27 +0800) |
diff --git a/.gitignore b/.gitignore
index 52d6ffbf353d40af3119132988147e360020ac09..dd7bba7746665b575a5a993c8ef14b24aa424c76 100644 (file)
--- a/.gitignore
+++ b/.gitignore
*~
*.ocf
*.osf
-Linux_GUI
-Linux_Interp
-OpenBSD_GUI
-OpenBSD_Interp
-FreeBSD_GUI
-FreeBSD_Interp
+Linux_GUI*
+Linux_Interp*
+OpenBSD_GUI*
+OpenBSD_Interp*
+FreeBSD_GUI*
+FreeBSD_Interp*
index 7b1eb4ac3977bff7caa568183cd6d9296ef14989..825b4a30bdf9c297d63aa01f5c928cde35f2289b 100755 (executable)
DevCompiler.CompileThis DevAlienTool DevDebug DevDependencies DevHeapSpy DevInspector DevLinkChk DevMsgSpy DevRBrowser DevReferences DevSearch DevSubTool DevCmds DevBrowser DevAnalyzer
DevCompiler.CompileThis HostPackedFiles DevPacker
+# Linux only
+DevCompiler.CompileThis LinLinker
+
### Xhtml:
DevCompiler.CompileThis XhtmlEntitySets XhtmlWriters XhtmlStdFileWriters XhtmlTextTableMarkers XhtmlExporter
index a9f22f775667d0299255d3e5c37aab9e982130cb..b2499da2b251bded39e543c120808867dfdeb4bb 100644 (file)
Binary files a/BlackBox/_Linux_GUI/Host/Mod/Gnome.odc and b/BlackBox/_Linux_GUI/Host/Mod/Gnome.odc differ
Binary files a/BlackBox/_Linux_GUI/Host/Mod/Gnome.odc and b/BlackBox/_Linux_GUI/Host/Mod/Gnome.odc differ
index bc616adae7ad1b912d374b2c48e3b94383baa07a..d1d0db3c26cc3f8abd9cb4fa484ccb77778c60fb 100755 (executable)
Binary files a/BlackBox/_Linux_GUI/blackbox and b/BlackBox/_Linux_GUI/blackbox differ
Binary files a/BlackBox/_Linux_GUI/blackbox and b/BlackBox/_Linux_GUI/blackbox differ
index 2113054af75962259b2dedc48aa87351df4decde..95224df0d981e308f507d4a09fa2dfa1ba8fce96 100644 (file)
--- a/README
+++ b/README
server/
static web-server as the example of an application for Linux OS
-To build BlackBox:
+Installation of required software:
+
+ if you have 32-bit version of Ubuntu (or other Debian-based OS), do this:
+ sudo apt-get install libgtk2.0-0 gtk2-engines gtk2-engines-murrine libcanberra-gtk-module
+ sudo apt-get install libgnomeui-common
+
+ if you have 64-bit version of Ubuntu (or other Debian-based OS), do this:
+ sudo apt-get install libc6-i386
+ sudo dpkg --add-architecture i386
+ sudo apt-get update
+ sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386
+ sudo apt-get install libgnomeui-common:i386
- 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
index fbb0278aac5d34d2fa0d775e268155e07d53bc68..e6cf2db0d4511d3f96edbf35fedc4b0c5d48ebd5 100644 (file)
Binary files a/examples/console/System/Mod/Init.odc and b/examples/console/System/Mod/Init.odc differ
Binary files a/examples/console/System/Mod/Init.odc and b/examples/console/System/Mod/Init.odc differ