eqemu

view README @ 11:2b559dc24c7b

done
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 18 Jul 2014 05:44:37 +0300
parents 819c7ebb1bec
children
line source
1 equeue emulator usage
2 ---------------------
3 - execute the included RUN script to start a pseudoterminal pair and connect the
4 emulator to one end.
5 - then make sure your program connects to the pseudoterminal /tmp/ttyeqemu.
7 For testing you can run minicom thus: minicom -D /tmp/ttyeqemu
10 build instructions
11 ------------------
12 dependencies:
13 - OpenGL
14 - GLEW
15 - libpng
16 - libjpeg
17 - zlib
19 After installing all necessary depdencies, just type make.