changeset 53235:1bf332eccca1

Added compilation instructions to README.multi-tty. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-11
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 27 Dec 2003 13:13:46 +0000
parents f3b94bd26d21
children e77dcb66ec84
files README.multi-tty
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.multi-tty	Sat Dec 27 12:55:32 2003 +0000
+++ b/README.multi-tty	Sat Dec 27 13:13:46 2003 +0000
@@ -28,10 +28,17 @@
 already seems to be usable.  Emacsclient has been extended to support
 opening a new terminal frame.
 
-To try it out, start up the emacs server (M-x server-start), and then
+To try it out, compile Emacs with the following commands
+
+   	mkdir +build
+	cd +build
+	../configure --with-x-toolkit=no --without-x
+	make bootstrap
+
+then start up the emacs server (src/emacs, M-x server-start), and then
 (from a shell prompt on another terminal) start emacsclient with
 
-	emacsclient -h
+	lib-src/emacsclient -h
 
 You'll hopefully have two fully working frames on separate terminals.
 If you exit emacs, both terminals should be restored to their previous