diff options
author | Wojciech A. Koszek <wkoszek@freebsd.org> | 2010-01-22 07:33:15 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-01-22 07:33:15 +0100 |
commit | 93b322a31c5767befa963e5673a3fbed6d9e9b7c (patch) | |
tree | ce93e6a95d1700679bdab6df3535a4f0aaf798fd /README | |
parent | 3c42134174d7d507b28451c20487a6c88ae42956 (diff) | |
download | jimtcl-93b322a31c5767befa963e5673a3fbed6d9e9b7c.zip jimtcl-93b322a31c5767befa963e5673a3fbed6d9e9b7c.tar.gz jimtcl-93b322a31c5767befa963e5673a3fbed6d9e9b7c.tar.bz2 |
docs: Minor stylistic tweaks
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -118,8 +118,8 @@ To compile jim itself try: 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 +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 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" dictory about the "ANSI I/O" +There is documentation under the "doc" directory about the "ANSI I/O" and "SQLITE" extensions. SDL === The SDL extension is currently undocumented (work in progress), but -there is enought to start to play. That's an example script: +there is enough to start to play. That's an example script: package require sdl |