aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-15 09:56:22 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 09:56:22 +1000
commit60d8c0ee82e6ee4119283b59f1f2f53d220efe79 (patch)
tree4ab5adfcbf4237cc790e9088f2fa1b8675c8eb38 /README
parent1ec055dfbe6db8839064d891e64e46e136c39b09 (diff)
downloadjimtcl-60d8c0ee82e6ee4119283b59f1f2f53d220efe79.zip
jimtcl-60d8c0ee82e6ee4119283b59f1f2f53d220efe79.tar.gz
jimtcl-60d8c0ee82e6ee4119283b59f1f2f53d220efe79.tar.bz2
Cutover to new workware fork of Jim Tcl
Note that this commit removes some files and undoes some commits which will be reapplied later. This is the easiest way to switch across. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 214e5b7..6a5ecea 100644
--- a/README
+++ b/README
@@ -118,8 +118,8 @@ To compile jim itself try:
make jim
-On systems other than GNU/Linux, you may have to compile without "-ldl"
-because it's not needed, but will cause a compilation error (no configure for
+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:
@@ -165,14 +165,14 @@ You should see a notepad application running.
ANSI-I/O, SQLITE
================
-There is documentation under the "doc" directory about the "ANSI I/O"
+There is documentation under the "doc" dictory about the "ANSI I/O"
and "SQLITE" extensions.
SDL
===
The SDL extension is currently undocumented (work in progress), but
-there is enough to start to play. That's an example script:
+there is enought to start to play. That's an example script:
package require sdl