aboutsummaryrefslogtreecommitdiffhomepage
path: root/libslang/slsh/INSTALL
blob: f12924390eb6f3e703082c0a72b60e2e9d1dd3d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Before building slsh, it is wise to first build the slang library and 
install it via, e.g., 'make install-elf'.

On Unix, running 'make install' will put:

    * the slsh executable in $prefix/bin/
    * lib/slsh.rc in $prefix/etc/
    * lib/*.sl in $prefix/share/slsh/

(See ../INSTALL.unx for information about $prefix.) To change these
locations, edit the Makefile.

A mingw32 windows executable may be created using Makefile.g32 via

   make -f Makefile.g32
   make -f Makefile.g32 install

As above, edit the makefile to change the installation locations.  You
will also have to put something like:

   set SLSH_PATH=C:/etc
   set SLSH_CONF_DIR=C:/etc

in your autoexec.bat file and then reboot.

Good luck.