diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-11-13 00:13:42 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-11-13 00:13:42 +0000 |
| commit | 1f8f41f6a00d1efeb1da33f386e0d987408cb593 (patch) | |
| tree | 9b0c8598e2964319c0a69771a5df5ffcf50b019b /cpp/examples/README.txt | |
| parent | 6f9250296ea06f6d7058e13f0bebaf78cb699fff (diff) | |
| download | qpid-python-1f8f41f6a00d1efeb1da33f386e0d987408cb593.tar.gz | |
Move the kit-building settings out of CMakeLists.txt to a new file, BuildInstallSettings.cmake. Changed the examples's vcproj files to refer to the installed header/lib locations instead of in the source tree locations; also adjusted the names to match directories and look sensible in the solution list.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@835652 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/README.txt')
| -rw-r--r-- | cpp/examples/README.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/cpp/examples/README.txt b/cpp/examples/README.txt index b5e9c49f9a..0663286664 100644 --- a/cpp/examples/README.txt +++ b/cpp/examples/README.txt @@ -16,12 +16,12 @@ On Linux: # ./declare_queues host1 9999
On Windows:
- C:\Program Files\Apache\qpidc-0.5\examples\direct> declare_queues host1 9999
+ C:\Program Files\qpidc-0.6\examples\direct> declare_queues host1 9999
The qpid C++ broker executable is named qpidd on Linux and qpidd.exe
on Windows. The default install locations are:
- Linux: /usr/sbin
-- Windows: C:\Program Files\Apache\qpidc-0.5\bin
+- Windows: C:\Program Files\qpidc-0.6\bin
In a C++ source distribution the broker is located in the src subdirectory
(generally, from this examples directory, ../src).
@@ -52,9 +52,9 @@ On Linux: # ./listener
On Windows:
- C:\Program Files\Apache\qpidc-0.5\examples\direct> declare_queues
- C:\Program Files\Apache\qpidc-0.5\examples\direct> direct_producer
- C:\Program Files\Apache\qpidc-0.5\examples\direct> listener
+ C:\Program Files\qpidc-0.6\examples\direct> declare_queues
+ C:\Program Files\qpidc-0.6\examples\direct> direct_producer
+ C:\Program Files\qpidc-0.6\examples\direct> listener
Note that there is no requirement for the listener to be running before the
messages are published. The messages are stored in the queue until consumed
@@ -86,9 +86,9 @@ On Linux: # ./fanout_producer
On Windows:
- C:\Program Files\Apache\qpidc-0.5\examples\fanout> listener
+ C:\Program Files\qpidc-0.6\examples\fanout> listener
- C:\Program Files\Apache\qpidc-0.5\examples\direct> fanout_producer
+ C:\Program Files\qpidc-0.6\examples\direct> fanout_producer
== Publisher/Subscriber ==
@@ -122,9 +122,9 @@ On Linux: # ./topic_publisher
On Windows:
- C:\Program Files\Apache\qpidc-0.5\examples\pub-sub> topic_listener
+ C:\Program Files\qpidc-0.6\examples\pub-sub> topic_listener
- C:\Program Files\Apache\qpidc-0.5\examples\pub-sub> topic_publisher
+ C:\Program Files\qpidc-0.6\examples\pub-sub> topic_publisher
== Request/Response ==
@@ -147,8 +147,8 @@ On Linux: # ./client
On Windows:
- C:\Program Files\Apache\qpidc-0.5\examples\request-response> server
- C:\Program Files\Apache\qpidc-0.5\examples\request-response> client
+ C:\Program Files\qpidc-0.6\examples\request-response> server
+ C:\Program Files\qpidc-0.6\examples\request-response> client
== QMF Agent ==
|
