From 71b54a34aefa47861f9d82102f898a3dc18ba798 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 4 Mar 2005 10:47:44 +0000 Subject: Small README change to reflect LIBS Makefile var. --- README | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'README') 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. -- cgit v1.1