aboutsummaryrefslogtreecommitdiffhomepage
path: root/libslang/slsh/INSTALL
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2011-10-14 04:55:05 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2011-10-14 04:55:05 +0200
commit6aa0e0017d7d0cddc006da885946934b06949a91 (patch)
tree66b688ec32e2f91266db760b1762f2a50cc52036 /libslang/slsh/INSTALL
parenta966db5b71328f6adf9dd767e64b322a3bd7ed9c (diff)
downloaderlang-slang-fork-6aa0e0017d7d0cddc006da885946934b06949a91.tar.gz
include libslang-1.4.9 and automatically build it and link erlang-slang against it
few (erlang) people will still have libslang-1.4.9 installed or spend time to get it to link against the driver
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.