summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-01-29 17:51:03 +0100
committerMartin Lucina <mato@kotelna.sk>2010-01-29 17:51:03 +0100
commitc23238db793d08f376d0c74dd7c59cd5a19a3137 (patch)
treef8435f84be6043ba2637a94cb1b78594383092c9
parent3c911c00e313641f811e02db8c23f3bf8302a4d5 (diff)
Clarify dependencies
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 373cb98..442eead 100644
--- a/README
+++ b/README
@@ -4,9 +4,12 @@ zmq-camera
----------
To build the code you need to have the SDL development libraries
-(libsdl1.2-dev in Debian) and the Unicap library from
+(libsdl1.2-dev in Debian) and the unicap and ucil libraries from
http://www.unicap-imaging.org/ installed.
+To build just run 'make', optionally editing the Makefile to your
+liking.
+
The wire format for messages sent from sender to receiver is:
<width, height, frame data>
width: uint32_t: frame width in pixels (network byte order)