comparison README.multi-tty @ 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
comparison
equal deleted inserted replaced
53234:f3b94bd26d21 53235:1bf332eccca1
26 26
27 Basic multi-tty support is there; there are some rough edges, but it 27 Basic multi-tty support is there; there are some rough edges, but it
28 already seems to be usable. Emacsclient has been extended to support 28 already seems to be usable. Emacsclient has been extended to support
29 opening a new terminal frame. 29 opening a new terminal frame.
30 30
31 To try it out, start up the emacs server (M-x server-start), and then 31 To try it out, compile Emacs with the following commands
32
33 mkdir +build
34 cd +build
35 ../configure --with-x-toolkit=no --without-x
36 make bootstrap
37
38 then start up the emacs server (src/emacs, M-x server-start), and then
32 (from a shell prompt on another terminal) start emacsclient with 39 (from a shell prompt on another terminal) start emacsclient with
33 40
34 emacsclient -h 41 lib-src/emacsclient -h
35 42
36 You'll hopefully have two fully working frames on separate terminals. 43 You'll hopefully have two fully working frames on separate terminals.
37 If you exit emacs, both terminals should be restored to their previous 44 If you exit emacs, both terminals should be restored to their previous
38 states. 45 states.
39 46