This User Guide has a tremendous amount of valuable information about properly porting and using the ConnectWare Library (CWL).
It is strongly recommended that implementors read or at least skim this section and the rest of the document before using the library. If not, implementors should at least read this section and refer to the rest of the User Guide when more information is needed.
Contact Powerhouse Dynamics at connectware@powerhousedynamics.com to setup credentials for the ConnectWare read only Git repository located at
https://github.com/powerhousedynamics/connectware
We recently moved the ConnectWare repo from Beanstalk to GitHub. If you had access to the Beanstalk repo, your email address will be automatically registered to the GitHub repo. If you would like the email address associated in the GitHub repo changed, please contact us at the email address above.The Connectware Git Repository has moved! We will now be available on GitHub!
You need to have a FREE Github account. https://github.com/signup
If you have a Github account using the same email address as used in Beanstalk, we will send you an invite to the new GitHub repository. All you need is to accept the invitation.
If you have a Github account using a different email address, please send us the email address you would like to add at connectware@powerhousedynamics.com We will send the invite to that email address.
Expand | ||
---|---|---|
| ||
$ git clone https://github.com/powerhousedynamics/connectware Cloning into 'connectware'... remote: Counting objects: 538, done. Remote: Compressing objects: 100% (517/517), done. Remote: Total 538 (delta 312), reused 0 (delta 0) Receiving objects: 100% (538/538), 43.18 MiB | 631.00 KiB/s, done. Resolving deltas: 100% (312/312), done.
$ cd connectware/ $ git tag 1.0.0 1.0.1 …. 1.0.15 1.0.16 $ git checkout -b 1.0.16 1.0.16 Switched to a new branch '1.0.16' OKE implementors should use the latest tagged version.
This document contains detailed release notes for each tagged version and information about upgrading from earlier versions to the newer versions. |
...