From bc279d67ae14ecb4755aad2003f9f616ab22b92f Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Sat, 27 Dec 2003 13:13:46 +0000 Subject: [PATCH] Added compilation instructions to README.multi-tty. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-11 --- README.multi-tty | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.multi-tty b/README.multi-tty index 6a02087366..22f74c5b0b 100644 --- a/README.multi-tty +++ b/README.multi-tty @@ -28,10 +28,17 @@ Basic multi-tty support is there; there are some rough edges, but it 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 -- GitLab