aboutsummaryrefslogtreecommitdiffhomepage
path: root/libslang/slsh/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'libslang/slsh/INSTALL')
-rw-r--r--libslang/slsh/INSTALL26
1 files changed, 26 insertions, 0 deletions
diff --git a/libslang/slsh/INSTALL b/libslang/slsh/INSTALL
new file mode 100644
index 0000000..f129243
--- /dev/null
+++ b/libslang/slsh/INSTALL
@@ -0,0 +1,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.