home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / may94 / util / edit / jade.lha / Jade / INSTALL < prev    next >
Text File  |  1994-04-17  |  1KB  |  25 lines

  1.  
  2. This is how to compile and install Jade on a Unix system,
  3.  
  4. 1. Unpack the tar file into the directory where you want Jade's main
  5.    directory to be. Something like `/usr/local' for example.
  6.  
  7. 2. Set up the configuration files. cd to the `src' directory. There is a
  8.    directory called `configs', this contains the pre-made configurations.
  9.    Look at the `configs/config.*.std' files -- if they seem okay for you
  10.    execute the command `./Configure std' in the `src' dir. This creates two
  11.    symbolic links `config.h' and `config.mk' to the `std' config files.
  12.    If the `std' config is no good for you edit the files the changes you
  13.    need into `configs/config.*.local'. Then execute the shell command
  14.    `./Configure local'.
  15.  
  16. 3. Compile the editor. Go back to the main directory and execute the
  17.    command `make'. If you want, specify different CFLAGS and LDFLAGS on the
  18.    command line. If this doesn't work properly it probably means that the
  19.    config files aren't set up properly.
  20.  
  21. 4. Install it's binary and Info files, execute the command `make install'.
  22.    By default it will be installed under the `/usr/local' heirarchy, the
  23.    make variable `prefix' can change this. This will also compile the Lisp
  24.    files.
  25.