lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV Installing Lynx


From: Christopher R. Maden
Subject: LYNX-DEV Installing Lynx
Date: Tue, 29 Oct 1996 00:23:23 GMT

Compared to inews, building Lynx is trivial.  Congratulations to
everyone who worked on the 2.6 release.

I had one problem with make install; at least for me (with Solaris
2.4), install wouldn't accept the parameters as given in Makefile.
Here's a patch that worked for me; maybe it should be rolled in as an
install-solaris2 target.

*** Makefile.orig       Mon Oct 28 19:04:44 1996
--- Makefile    Mon Oct 28 19:23:39 1996
***************
*** 21,28 ****
  ##besides /usr/local/lib
  cfg= /usr/local/lib
  
! installbin= install -c -s -m 555
! installdoc= install -c -m 444
  
  ##set the relative location of the WWW library Implementation directory,
  ##from this directory
--- 21,28 ----
  ##besides /usr/local/lib
  cfg= /usr/local/lib
  
! installbin= install -s -m 555 -c
! installdoc= install -m 444 -c
  
  ##set the relative location of the WWW library Implementation directory,
  ##from this directory
***************
*** 944,949 ****
  install:
        -mv -f $(exec)/lynx $(exec)/lynx.old
        -mv -f $(cfg)/lynx.cfg $(cfg)/lynx.oldcfg
!       $(installbin) lynx $(exec)/lynx
!       $(installdoc) lynx.man $(doc)/lynx.1
!       $(installdoc) lynx.cfg $(cfg)/lynx.cfg
--- 944,951 ----
  install:
        -mv -f $(exec)/lynx $(exec)/lynx.old
        -mv -f $(cfg)/lynx.cfg $(cfg)/lynx.oldcfg
!       $(installbin) $(exec) lynx
!       cp lynx.man lynx.1
!       $(installdoc) $(doc) lynx.1
!       rm -f lynx.1
!       $(installdoc) $(cfg) lynx.cfg

Now to get to the real work...

-Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//GCA//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//EBT//NONSGML Christopher R. Maden//EN" SYSTEM
"<URL>http://www.ebt.com <TEL>+1.401.421.9550 <FAX>+1.401.521.2030
<USMAIL>One Richmond Square, Providence, RI 02906 USA" NDATA SGML.Geek>
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]