curl/packages/vms/readme

1 line
2.2 KiB
Plaintext
Raw Normal View History

* _ _ ____ _+ ___| | | | _ \| |+ / __| | | | |_) | |. ( (__| |_| | _ <| |___/ \___|\___/|_| \_\_____|( for OpenVMSHistory:5 9-MAR-2004, Created this readme. file. Marty Kuhrt.Prerequisites:$OpenVMS V7.0 or later (any platform)DECC V6.5 or later What is Here:,This directory contains the following files:=AXP.DIR - Target directory for Alpha builds.ABATCH_COMPILE.COM - Quick and dirty batch build procedure.DBUILD_VMS.COM - The brute force build procedure that setsE up the config files, and builds all the C ; and MSG files in the lib and src* subdirectories.CCONFIG-VMS.H_WITHOUT_SSL - The config file used for non-SSL builds.?CONFIG-VMS.H_WITH_SSL - The config file used for SSL builds.DDEFINES.COM - Some handy logicals needed for the build.F You may need to update this for your setup.@HPSSL_ALPHA.OPT - Option file for hp SSL link on Alpha.?HPSSL_IA64.OPT - Option file for hp SSL link on IA64.>HPSSL_VAX.OPT - Option file for hp SSL link on VAX.<IA64.DIR - Target directory for IA64 builds.;VAX.DIR - Target directory for VAX builds. How to Build:=In theory you should be able to do an @defines followed by anE@build_vms from this directory and it will create brand new .olbs andCan .exe. I say in theory because every release of cURL tosses in a@new twist that has to be addressed by updating the config-vms.h*=files, or other files. I'm working on keepin all the OpenVMS?dependant stuff in this config file to keep from having to wade!through gobs of #ifdefs and such. Other Notes:/The test suites are not supported as of 7.11.0.CThe CURLMSG.SDL and CURLMSG.H files are generated from CURLMSG.MSG.BThis is not done automatically, since the .MSG file is a hand editCof the relevant stuff from the CURL.H file. If you want to do this:yourself you'll need the SDL package from the freeware CD.