# # SETUP/README - Copyright(C) 2006, 2018 Reprise Software, Inc. # # To install your RLM Unix kit, do the following: # # 1. Download the kit # 2. unzip the kit (% gunzip .tar.gz) # 3. Extract the tar archive (% tar xvf .tar) # 4. Run the installation (% ./INSTALL) # # # To install your RLM Windows kit, do the following: # # 1. Download the kit (x86_w1.zip) # 2. Unzip the 2 directories (src and x86_w1) into a directory # 3. change directory to the x86_w1 directory (C:\DIR> cd x86_w1) # 4. Run the makefile: (C:\DIR\X86_W1> nmake) # # See the manual in the "src" directory (RLM_Manual.html) for # additional instructions on how to use RLM. # # The following lines will do the Unix installation, if you run # this script from the directory where you put the kit: # gunzip *.gz tar xvf *.tar ./INSTALL