emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/mac/INSTALL [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/mac/INSTALL [lexbind]
Date: Thu, 20 Nov 2003 19:36:51 -0500

Index: emacs/mac/INSTALL
diff -c emacs/mac/INSTALL:1.7.2.1 emacs/mac/INSTALL:1.7.2.2
*** emacs/mac/INSTALL:1.7.2.1   Fri Apr  4 01:20:42 2003
--- emacs/mac/INSTALL   Thu Nov 20 19:36:11 2003
***************
*** 58,73 ****
  correctly.  You may want to create a symlink or alias to this path to
  quickly access both the terminal and GUI versions.
  
! If you are building Emacs to run on Mac OS X and X Window, you need to
! create a directory containing statically-linked X libraries.
  
!   sudo mkdir /usr/X11R6/libstatic
!   cd /usr/X11R6/libstatic
!   sudo ln -s ../lib/lib*.a ../lib/X11 .
  
- Instead of typing `./configure' above, type
- 
-   ./configure --without-carbon --with-x --x-libraries=/usr/X11R6/libstatic
  
  To use colors in a terminal, put the following lines in the file
  ~/.termcap and log in again.
--- 58,68 ----
  correctly.  You may want to create a symlink or alias to this path to
  quickly access both the terminal and GUI versions.
  
! If you are building Emacs to run on Mac OS X and X Window,
! instead of typing `./configure' above, type
  
!   ./configure --without-carbon --with-x
  
  
  To use colors in a terminal, put the following lines in the file
  ~/.termcap and log in again.
***************
*** 159,169 ****
                    $prefix/bin/emacs to reduce disk space.  Note, this
                    option may removed in the future.
  
- If you are intending to build a binary distribution for X windows, you
- will probably want to follow the directions above to create static
- X11R6 libraries and run the make-package script like this
- 
- ./make-package --with-x -C,--x-libraries=/usr/X11R6/libstatic
  
  For usage of other options, use the --help option.
  
--- 154,159 ----




reply via email to

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