aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-04 10:47:44 +0000
committerantirez <antirez>2005-03-04 10:47:44 +0000
commit71b54a34aefa47861f9d82102f898a3dc18ba798 (patch)
tree1225f7bb57dc82eb25d38f11137cabac4e007468 /README
parent83c1c0116fc03c0b90ebd6aaa580cb579cf84a51 (diff)
downloadjimtcl-71b54a34aefa47861f9d82102f898a3dc18ba798.zip
jimtcl-71b54a34aefa47861f9d82102f898a3dc18ba798.tar.gz
jimtcl-71b54a34aefa47861f9d82102f898a3dc18ba798.tar.bz2
Small README change to reflect LIBS Makefile var.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 10 insertions, 5 deletions
diff --git a/README b/README
index aa02371..71dd568 100644
--- a/README
+++ b/README
@@ -114,12 +114,17 @@ HOW TO COMPILE
Jim was tested under Linux, FreeBSD, MacosX, Windows XP (mingw, MVC).
-To compile jim itself try: 'make jim'.
+To compile jim itself try:
-In non-linux systems you may have to remove the "-ldl" from the
-Makefile because it's not needed but will cause a compilation error
-(no configure for now... applications embedding Jim will probably
- have one already)
+ make jim
+
+In non-linux systems you may have to complile without "-ldl" because
+it's not needed but will cause a compilation error (no configure for
+now... applications embedding Jim will probably have one already).
+
+In order to avoid to link against 'dl' just use:
+
+ make LIBS="" jim
For instructions about how to compile extensions just try 'make'
and see the available options. Check also the next section of this file.