2015-03-19 18:44:44 (UTC-03:00)
Marcel Rodrigues <marcelgmr@gmail.com>
Add build and install instructions.
diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..1ec7395 --- /dev/null +++ b/INSTALL @@ -0,0 +1,17 @@ +Building and installing srtsync +=============================== + +srtsync does not depend on any external library. It can be compiled +with the following command: + +$ cc -o srtsync srtsync.c + +For systems that have a `make` command, a makefile is provided to help +build and install srtsync: + +$ make +$ sudo make install +$ make clean + +The DESTDIR and PREFIX variables can be used to install it on a +non-standard location.