Update the documentation about samples in README.

Thanks to Tom (tomdev2).
This commit is contained in:
Marcelo Roberto Jimenez 2011-01-17 11:36:52 -02:00
parent f46683fd0e
commit 639d3a5a03
2 changed files with 7 additions and 5 deletions

11
README
View File

@ -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

1
THANKS
View File

@ -61,4 +61,5 @@ exempt of errors.
- Steve Bresson
- Timothy Redaelli
- Titus Winters
- Tom (tomdev2)