II.b Prepare the Server executable and support programs ------------------------------------------------------- Secure the source code and compile and link. If you retrieve the code as a .ZIP file from any of the standard distribution sites, unpacking the file will create a directory tree. Make the top level directory your default, and execute $ @MAKE You will be prompted to identify your TCP/IP transport, then this command file will compile and link all needed programs. If you use DEC's Module Management System, the make procedure will make use of it, otherwise all files will be compiled and linked by .COM files. VMS_SERVER.DOC file (this document) may be indexed (or reindexed) for searching using Bruce Tanner's BUILD_INDEX/SEARCH.SHELL/QUERY.EXE engine using [.DOC]INDEX_SERVER_DOC.COM. You will need to modify that command file to indicate where you want the resulting index files to reside. Remember that if you customize the source code prior to compilation and linking, please update the [.OPTFILES]IDENT.OPT linker options file to reflect your changes. This can help others who might be inclined to secure changes you've made in evaluating those changes and their history. .