Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7b6793

Browse files
author
Will Sobel
committedAug 31, 2011
Updated docs.
1 parent 70257f5 commit c7b6793

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎BUILD.TXT

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11

22
Microsoft windows:
33

4-
Unzip agent_0.9.zip
5-
64
Download CMake:
75
http://www.cmake.org/cmake/resources/software.html
86

97
Install CMake.
108

119
Start CMake, and edit the following fields:
12-
Where is the source code: <the path to the agent subdirectory directory>
13-
Where to build the binaries: <previous source path>/build
10+
Where is the source code: The cppagent root directory
11+
Where to build the binaries: <cppagent root>/build
1412

1513
Click Configure
16-
Select Visual Studio 9 2008
14+
Select Visual Studio 2008 or 2010
1715
And keep Use default native compilers
1816

17+
Click Configure again to accept the installation location
18+
1919
Click Generate
2020

2121
This will create a build directory below the source directory with a MS Windows

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Configuration Parameters
353353

354354
* `AutoAvailable` - For devices that do not have the ability to provide available events, if `yes`, this sets the `Availability` to AVAILABLE upon connection.
355355

356-
*Default*: no
356+
*Default*: no (new in 1.2, if AVAILABILITY is not provided for device it will be automatically added and this will default to yes)
357357

358358
* `AdditionalDevices` - Comma separated list of additional devices connected to this adapter. This provides availability support when one addapter feeds multiple devices.
359359

0 commit comments

Comments
 (0)
This repository has been archived.