summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/VMS/README.VMS
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/libgd-src/VMS/README.VMS')
-rw-r--r--Build/source/libs/gd/libgd-src/VMS/README.VMS14
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/libs/gd/libgd-src/VMS/README.VMS b/Build/source/libs/gd/libgd-src/VMS/README.VMS
index cdeee561654..108a120eed9 100644
--- a/Build/source/libs/gd/libgd-src/VMS/README.VMS
+++ b/Build/source/libs/gd/libgd-src/VMS/README.VMS
@@ -1,6 +1,6 @@
Dear OpenVMS user,
-Installation process is identical to one in *nix* world and consist to
+Installation process is identical to one in *nix* world and consist to
four simple steps:
1. Installing required libraries
2. Configuration
@@ -18,7 +18,7 @@ four simple steps:
All may be found at OpenVMS libSDL porting project site
http://fafner.dyndns.org/~alexey/libsdl/required.html
-Also, system should have MMS make utility from DEC or
+Also, system should have MMS make utility from DEC or
free analogue MMK. And C compiler with runtime, of course. ;)
@@ -27,14 +27,14 @@ free analogue MMK. And C compiler with runtime, of course. ;)
$@[.VMS]CONFIGURE
The script detects hardware,system and required libraries have been installed.
-Compilation stage will be prepeared to create shared and static libraries.
-Alpha,IA64 or VAX platform are supported. Optional argument "static"
+Compilation stage will be prepeared to create shared and static libraries.
+Alpha,IA64 or VAX platform are supported. Optional argument "static"
tells to configurator to make static libraries only:
$@[.VMS]CONFIGURE STATIC
-CONFIGURE script checks your ZLIB, FREETYPE, JPEG, PNG libraries.
-If it detects any troubles, you may get and install good and tested ones
+CONFIGURE script checks your ZLIB, FREETYPE, JPEG, PNG libraries.
+If it detects any troubles, you may get and install good and tested ones
from OpenVMS libSDL porting project site:
http://fafner.dyndns.org/~alexey/libsdl/required.html
@@ -54,7 +54,7 @@ $@LIBGD$STARTUP
LIBGD and its utilites are ready to using.
-Optionally you may insert this startup file into your LOGIN.COM
+Optionally you may insert this startup file into your LOGIN.COM
to set libGD environment every time you login automatically.
To learn libGD please refer libGD official documentation.