annotate 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 |
rev |
line source |
nuclear@2
|
1 1. Create 2 pseudoterminals: socat -d -d PTY PTY
|
nuclear@10
|
2 2. start ./eqemu /dev/pts/one
|
nuclear@2
|
3 3. set the php script to use /dev/pts/theother (make sure apache has permission
|
nuclear@2
|
4 to rw it).
|
nuclear@10
|
5 Try minicom -D /dev/pts/theother with disabled flow control to test it.
|