diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-09-13 04:36:55 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-09-13 04:36:55 +0000 |
commit | 28b1c4250e447ddae99a5f10cb2bb6621c8b5f3b (patch) | |
tree | 7cfe6be0ba056d54a58f5785e3ed9b982cde8249 /Build/source/libs/gd/libgd-src/VMS/README.VMS | |
parent | dd99c0f43728d8f72a7b8211d343f2e8e6d5b71b (diff) |
libgd 2.3.3
git-svn-id: svn://tug.org/texlive/trunk@60493 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/libgd-src/VMS/README.VMS')
-rw-r--r-- | Build/source/libs/gd/libgd-src/VMS/README.VMS | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/Build/source/libs/gd/libgd-src/VMS/README.VMS b/Build/source/libs/gd/libgd-src/VMS/README.VMS deleted file mode 100644 index 48485c9813e..00000000000 --- a/Build/source/libs/gd/libgd-src/VMS/README.VMS +++ /dev/null @@ -1,79 +0,0 @@ -Dear OpenVMS user, - -**Important** - -We will drop support to VMS in version v2.4.0. We never test on VMS, -and we have no way of doing so. And we haven't had any report on the -topic in years. Pleas provide feedback if you still need the support. - -https://github.com/libgd/libgd/issues/453 - -Installation process is identical to one in *nix* world and consist to -four simple steps: -1. Installing required libraries -2. Configuration -3. Compiling -4. Installation. - - -1. Please install required libraries first: - -1. ZLIB 1.2 or newer -2. PNG 1.2.12 or newer -3. FreeType 2 -4. JPEG 6B - -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 -free analogue MMK. And C compiler with runtime, of course. ;) - - -2. Configuration is doing automatically by a configuration script: - -$@[.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" -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 -from OpenVMS libSDL porting project site: -http://fafner.dyndns.org/~alexey/libsdl/required.html - -When success, it creates a building script named BUILD.COM - -3. Compilation: - -$@BUILD - -It should be error-free. - -When success, it creates a setup script named LIBGD$STARTUP.COM - -4. Setup OpenVMS environment before using libGD: - -$@LIBGD$STARTUP - -LIBGD and its utilites are ready to using. - -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. -Compiling with library should be: - -$CC/INCL=LIBGD PROG -$LINK PROG, LIBGD:LIBGD/OPT - - - -yours, -Alexey Chupahin -Rostov-on-Don, Russia -elvis_75@mail.ru alex@rostov.rs-ultra.ru |