aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-12 08:52:56 +0000
committerantirez <antirez>2005-03-12 08:52:56 +0000
commitf1e1b73dd2a1d11eb1f9bf1b6380e9f0d5255fab (patch)
tree7baea6e32ddcf76c48401009a71a2de68945f332 /README
parent67f561f1cef6ad1c9ee3af148989fe4855ad3220 (diff)
downloadjimtcl-f1e1b73dd2a1d11eb1f9bf1b6380e9f0d5255fab.zip
jimtcl-f1e1b73dd2a1d11eb1f9bf1b6380e9f0d5255fab.tar.gz
jimtcl-f1e1b73dd2a1d11eb1f9bf1b6380e9f0d5255fab.tar.bz2
It's now possible to exclude compilation of dynamic loaded
libraries commenting the JIM_DYNLIB define from the first lines of jim.c.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 467523d..bd01971 100644
--- a/README
+++ b/README
@@ -130,6 +130,12 @@ For instructions about how to compile extensions just try 'make'
and see the available options. Check also the next section of this file.
--------------------------------------------------------------------------------
+HOW TO COMPILE WITHOUT DYNAMIC LIBRARY SUPPORT ([load] command)
+--------------------------------------------------------------------------------
+
+Edit jim.c before to complile and uncomment the JIM_DYNLIB define.
+
+--------------------------------------------------------------------------------
EXTENSIONS
--------------------------------------------------------------------------------