eqemu

diff README @ 10:819c7ebb1bec

added libimago to avoid the external dependency
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 18 Jul 2014 05:07:40 +0300
parents 48dce4ee4850
children 2b559dc24c7b
line diff
     1.1 --- a/README	Fri Jul 18 04:47:27 2014 +0300
     1.2 +++ b/README	Fri Jul 18 05:07:40 2014 +0300
     1.3 @@ -1,4 +1,5 @@
     1.4  1. Create 2 pseudoterminals: socat -d -d PTY PTY
     1.5 -2. start ./equeue_dummy /dev/pts/one
     1.6 +2. start ./eqemu /dev/pts/one
     1.7  3. set the php script to use /dev/pts/theother (make sure apache has permission
     1.8     to rw it).
     1.9 +   Try minicom -D /dev/pts/theother with disabled flow control to test it.