[vhffs-dev] [1267] add a short documentation how to compile and run the software ( waiting for autotoolization) |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1267
Author: gradator
Date: 2008-10-07 13:34:45 +0200 (Tue, 07 Oct 2008)
Log Message:
-----------
add a short documentation how to compile and run the software (waiting for autotoolization)
Added Paths:
-----------
trunk/vhffs-fssync/HOWTOCOMPILEANDRUN
Added: trunk/vhffs-fssync/HOWTOCOMPILEANDRUN
===================================================================
--- trunk/vhffs-fssync/HOWTOCOMPILEANDRUN (rev 0)
+++ trunk/vhffs-fssync/HOWTOCOMPILEANDRUN 2008-10-07 11:34:45 UTC (rev 1267)
@@ -0,0 +1,3 @@
+gcc -ggdb -Wall -Werror -o vhffsfssync_master `pkg-config --cflags --libs glib-2.0` vhffsfssync_master.c && ./vhffsfssync_master src
+gcc -ggdb -Wall -Werror -o vhffsfssync_slave `pkg-config --cflags --libs glib-2.0` vhffsfssync_slave.c && ./vhffsfssync_slave dst0 127.0.0.1 4567
+