1. Unload installation materials. Installation materials may be received on a variety of media (i.e. diskette or tape) in tar format. Normally the software is in the form of a compressed tar file which is received over the Internet using ftp.
uncompress tar_filename.Z
cd /afs/btv/data/memory/admin/apis
tar xvf tar_filename
cd smpimport
2. Tailor Make file. There are several items in the make file that may need to be changed.
F_DIR=/usr/frame4
F_DIR = frame_dir
/afs/btv/common/vendor/xfm4
L_DIR = $(F_DIR)/fdk/lib/sunxm.os.sparc
L_DIR =$(F_DIR)/fdk/lib/ibm.aix.pwr
LD-FLAGS = -L$(L_DIR) -lfapi -lfde -ll
CC=gcc
LEX=flex
3. Build product by entering the command:
make
smpimport.fa.4. Copy appropriate files to final installation locations.
cp smpimport.fa /afs/btv/data/memory/bin
5.
Modify API client file with an appropriate text editor. If you keep the API client file in the Frame home directory, this would be the file: $FMHOME/fminit/usenglish/APIArea/apiclients. Insert the following lines at the end of the file.
<APIclient
<Name Table_Inserter>
</afs/btv/data/memory/bin/smpimport.fa
<CommandLine executable_dir/tabinsert.fa>
<Products Maker>
<RPCVersion 1>
6. Verify that installation has been successful.