next up previous contents index
Next: 3 Initialization file Up: $FILE Previous: 1 Introduction   Contents   Index

Subsections


2 Installation

2.1 On Unix systems

This version has been tested on Linux and BeOS, using gcc. The distribution is contained in the tared-gzipped file interpcom-3.1.tar.gz. First you can give the following commands

gunzip interpcom-3.1.tar.gz
tar xvf interpcom.tar

or

tar zxvf interpcom-3.1.tar.gz

to extract the distribution. It will be contained in the directory ./interpcom-3.1 . On Linux first check the makefile to choose which command line editing library to use, and the optimizations. Then type make in this directory to see the following options :

Options for make :
tests : the minimal applications
world : the libraries with thread support and tests
clean : deletes the object files
clean-all : deletes the object files, the libraries
and the executables
install : installs the libraries with thread support

The install option will put the corresponding static and shared libraries in the directory /usr/local/lib and make the appropriate links. The include file interp.h will be copied in /usr/local/include and interp_convert, help_convert in /usr/local/bin.

The directory test/extra contains minimal applications using supplementary expression evaluators. Some of them require additional libraries.



2.2 Internationalization

The messages produced by the command interpreter will be in English if _ENG_LANG is defined and in French if _FR_LANG is. It is very easy to add new languages (see the file messg.c).


next up previous contents index
Next: 3 Initialization file Up: $FILE Previous: 1 Introduction   Contents   Index
jmdr 2003-09-13