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


From: Andrew Choi
Subject: [Emacs-diffs] Changes to emacs/mac/INSTALL
Date: Fri, 31 Oct 2003 14:42:48 -0500

Index: emacs/mac/INSTALL
diff -c emacs/mac/INSTALL:1.14 emacs/mac/INSTALL:1.15
*** emacs/mac/INSTALL:1.14      Tue Feb  4 09:12:13 2003
--- emacs/mac/INSTALL   Fri Oct 31 14:42:47 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]