aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 2 insertions, 22 deletions
diff --git a/README b/README
index 214e5b7..0b4979a 100644
--- a/README
+++ b/README
@@ -116,28 +116,8 @@ Jim was tested under Linux, FreeBSD, MacosX, Windows XP (mingw, MVC).
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
-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.
-
---------------------------------------------------------------------------------
-HOW TO COMPILE IN SYSTEMS WITH JUST ANSI-C SUPPORT
---------------------------------------------------------------------------------
-
-Try:
-
- make LIBS="" DEFS="-DJIM_ANSIC" jim
-
-This should compile Jim almost everywhere there is a decent ANSI-C compiler.
+ ./configure
+ make
--------------------------------------------------------------------------------
EXTENSIONS