From 5cddeabae224ec16ef3e9dcfa6d9de34992301ca Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Sun, 18 May 2008 15:05:44 +0200 Subject: [PATCH] Add a note about compilation --- tests/README | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/tests/README b/tests/README index a2a1d52..9496b06 100644 --- a/tests/README +++ b/tests/README @@ -1,3 +1,11 @@ +Compilation +----------- + +After installation, you can use pkg-config to compile these tests. +For example, to compile random-test-slave run: + +gcc random-test-slave.c -o random-test-slave `pkg-config --libs --cflags modbus` + random-test-slave ----------------- It's necessary to launch this server before run random-test-master. By -- libgit2 0.21.4