eqemu
diff README @ 11:2b559dc24c7b
done
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 18 Jul 2014 05:44:37 +0300 |
parents | 819c7ebb1bec |
children |
line diff
1.1 --- a/README Fri Jul 18 05:07:40 2014 +0300 1.2 +++ b/README Fri Jul 18 05:44:37 2014 +0300 1.3 @@ -1,5 +1,19 @@ 1.4 -1. Create 2 pseudoterminals: socat -d -d PTY PTY 1.5 -2. start ./eqemu /dev/pts/one 1.6 -3. set the php script to use /dev/pts/theother (make sure apache has permission 1.7 - to rw it). 1.8 - Try minicom -D /dev/pts/theother with disabled flow control to test it. 1.9 +equeue emulator usage 1.10 +--------------------- 1.11 +- execute the included RUN script to start a pseudoterminal pair and connect the 1.12 + emulator to one end. 1.13 +- then make sure your program connects to the pseudoterminal /tmp/ttyeqemu. 1.14 + 1.15 +For testing you can run minicom thus: minicom -D /tmp/ttyeqemu 1.16 + 1.17 + 1.18 +build instructions 1.19 +------------------ 1.20 +dependencies: 1.21 +- OpenGL 1.22 +- GLEW 1.23 +- libpng 1.24 +- libjpeg 1.25 +- zlib 1.26 + 1.27 +After installing all necessary depdencies, just type make.