From 28548e596c042ae0a0dad221c381f141d52f2cd0 Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Mon, 17 Jan 2011 11:36:52 -0200 Subject: [PATCH] Update the documentation about samples in README. Thanks to Tom (tomdev2). (cherry picked from commit 639d3a5a0368684a87bb8be60ab336f79573ee36) --- README | 11 ++++++----- THANKS | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README b/README index bc42233..30d0f67 100644 --- a/README +++ b/README @@ -227,17 +227,18 @@ To build the samples (note: this is the default behaviour): % ./configure --enable-samples % make -will build the sample device "$(LIBUPNP)/upnp/upnp_tv_device" and -sample control point "$(LIBUPNP)/upnp/upnp_tv_ctrlpt". +will build the sample device "$(LIBUPNP)/upnp/tv_device" and +sample control point "$(LIBUPNP)/upnp/tv_ctrlpt". Note : the sample device won't be built if --disable-device has been configured, and the sample control point won't be build if --disable-client has been configured. -To run the sample device, you need the "$(LIBUPNP)/upnp/sample/tvdevice/web" -sub-directory. Example : +To run the sample device, you need to create a tvdevice directory and move +the web directory there, giving: "$(LIBUPNP)/upnp/sample/tvdevice/web". +To run the sample invoke from the command line as follows: % cd $(LIBUPNP)/upnp/sample/tvdevice -% ../../upnp_tv_device +% ../tv_device diff --git a/THANKS b/THANKS index a643389..7c5ba8c 100644 --- a/THANKS +++ b/THANKS @@ -61,4 +61,5 @@ exempt of errors. - Steve Bresson - Timothy Redaelli - Titus Winters +- Tom (tomdev2)