Compiling & Installing Sula PrimeriX II
---------------------------------------
by Tano Fotang, fotang@yahoo.com.

NOTE: make sure the file 'guile-config' is in the right place and can be executed.
NOTE: If using GTK, make sure the file 'gtk-config' is in the right place and can be executed.

To use xforms, untar spx-xforms.tar.gz first. It is now a seperate package.

Use any of the 2 following methods to build program:
A. Express installation (just might work):
   make clean
   make config
   make depend
   make bin
  This produces a binary src/sula using GTK. That's the program.
  Type 'src/sula' to run it. You must type src/sula; cd src; ./sula' wont work.
  Type 'make install' to install the program in the chosen directory.
  
B. Another installation procedure:

  0. Edit "mkconfig" and choose a GUI toolkit (available now: xforms and GTK)
  1. (skip this step. It is NOT recommended)
    Compiling without Guile programming support:
	  In mkconfig, comment out the GUILE lines at the top:
		  #EXTLANG = GUILE
  2. Go to procedure A above

Writing modules ("plugins")
---------------------------
Working oon the doc.

Configuring SPX
---------------
(GTK only):
   The name of the private GTK rc file can be changed using
   the comand line option -gtkrc. 'sula -help' for info.
   Example:
      %sula -gtkrc /home/tano/.sula/conf/hhahaha

(all versions)
See file sula.app-defaults for entries to put in your X resource
file(s). sula.app-defaults should be renamed to /usr/lib/X11/app-defaults/Sula.
Put your private configuration in either ~/.Xdefaults (then u must run xrdb(1))
or in ~/.Xdefaults-your_hostname (xrdb must not be run).
*NOTE* The default entries in sula.app-defaults havent yet been adapted for
SPX II.
Type '/help set' for runtime settings.

fotang@yahoo.com.
-EOF-
