diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -89,26 +89,7 @@ FLTK (you can skip this one if you don't want the X front-end): make install HTMLDOC: -Edit the Makefile.in file and find these lines: - -install: - $(MAKE) all - for dir in $(INSTALLDIRS); do\ - echo Installing in $$dir...;\ - (cd $$dir; $(MAKE) -$(MAKEFLAGS) clean) || break;\ - done - -Change this into: - -install: - $(MAKE) all - for dir in $(INSTALLDIRS); do\ - echo Installing in $$dir...;\ - (cd $$dir; $(MAKE) -$(MAKEFLAGS) install) || break;\ - done - -This will fix that little bug that causes 'make install' to be -identical to 'make clean'. Now continue with: +Install by running: ./configure --prefix=/usr make |