Browse Source

Update README.txt

jtempl 5 years ago
parent
commit
f803a1c05e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.txt

+ 3 - 3
README.txt

@@ -1,13 +1,13 @@
 This repository contains the sources, resources, and documentation
 of the BlackBox Component Builder and a scripting tool that allows one
 to run BlackBox commands from the command line.
-A scripting tool is necessary for the CI (continues integration) 
+A scripting tool is necessary for the CI (continues integration)
 process used for BlackBox development.
 For details of the build process see appbuild/build.py.
 
 
 The general purpose BlackBox scripting tool bbscript.exe is based
-on the scripting engine introduced in subsystem Script, which is 
+on the scripting engine introduced in subsystem Script, which is
 not part of the generated BlackBox distribution.
 
 
@@ -27,7 +27,7 @@ For compiling and linking the BlackBox Component Builder from sources:
         1) Download and install MinGW: http://www.mingw.org/
         2) C:\MinGW\bin>windres.exe -i C:\bbcb\Win\Rsrc\BlackBox.rc -o C:\bbcb\Win\Rsrc\BlackBox.res
 
-    - Example for Linux Ubuntu:    
+    - Example for Linux Ubuntu:
         1) sudo apt-get install mingw32
         2) Go to the directory with sources
         3) /usr/bin/i586-mingw32msvc-windres -i BlackBox.rc -o BlackBox.res