added a command to calculate the current average wait time
[eqemu] / README
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.
6
7 For testing you can run minicom thus: minicom -D /tmp/ttyeqemu
8
9
10 build instructions
11 ------------------
12 dependencies:
13 - OpenGL
14 - GLEW
15 - libpng
16 - libjpeg
17 - zlib
18
19 After installing all necessary depdencies, just type make.