]> hackdaworld.org Git - physik/nlsop.git/commitdiff
fixed configure & README
authorhackbard <hackbard>
Thu, 4 Nov 2004 20:43:21 +0000 (20:43 +0000)
committerhackbard <hackbard>
Thu, 4 Nov 2004 20:43:21 +0000 (20:43 +0000)
README
configure

diff --git a/README b/README
index 5be6c4cdfdebb12a61e0e077b0f04904c44d1461..3faa7900d0d416f8cb891f1844b3817b6d4aea3c 100644 (file)
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ requirements:
 install:
 --------
 
-./configure && make -f Makefile && make -f Makefile install
+./configure && make -f Makefile nlsop && make -f Makefile install
 
 run:
 ----
index 303dde0dc0881513777c6382d213edefd9e61273..056e71a0892840c959789f22b330ef534e76576e 100755 (executable)
--- a/configure
+++ b/configure
@@ -103,7 +103,7 @@ EOF
 if [ "$nodfb" = "0" ]; then
 
 cat >> Makefile << EOF
-CFLAGS = -DDEBUG -DUSE_DFB_API -DFONT=\"$prefix/share/$name/decker.ttf\" -O3 -Wall -I$dfb_inc_dir
+CFLAGS = -DDEBUG -DUSE_DFB_API -DFONT=\"$prefix/share/$main/decker.ttf\" -O3 -Wall -I$dfb_inc_dir
 LIBS = -L$dfb_lib_dir -ldirectfb $GENLIBS
 
 OBJS = random.o dfbapi.o $GENAPI