Software Source Code
Version 3 (Jeremy Wright, 09/23/2013 08:18 am)
1 | 2 | Jeremy Wright | h1. Shepard Test Stand Software Source Code v1.1 |
---|---|---|---|
2 | 1 | Jeremy Wright | |
3 | 1 | Jeremy Wright | This is a newer document based on "this one":https://opendesignengine.net/projects/shepard-ts/wiki/Software_Source_Code_v1_0 , and you should refer to that original version if you want to see the revision history. |
4 | 1 | Jeremy Wright | |
5 | 1 | Jeremy Wright | In order to download the latest source code for the data acquisition (DAQ) software, you will need a subversion client. |
6 | 1 | Jeremy Wright | |
7 | 3 | Jeremy Wright | *Please be aware that the newest versions of Shepard DCS will not work with this version of the Shepard DAQ. You'll want to check out "version 22":https://opendesignengine.net/projects/shepard-ts/repository/revisions/22 instead.* |
8 | 3 | Jeremy Wright | |
9 | 1 | Jeremy Wright | On Linux, you can install the subversion package and then execute the following on a command line. |
10 | 1 | Jeremy Wright | |
11 | 1 | Jeremy Wright | <pre> |
12 | 1 | Jeremy Wright | svn co https://opendesignengine.net/svn/shepard-ts |
13 | 1 | Jeremy Wright | </pre> |
14 | 1 | Jeremy Wright | |
15 | 1 | Jeremy Wright | This will download the source tree to the current directory. The top level directory will be @shepard-ts@ and the most current version will be in the @trunk@ directory. |
16 | 1 | Jeremy Wright | |
17 | 1 | Jeremy Wright | There will also be milestone versions available for download from "DMSF":https://opendesignengine.net/dmsf/shepard-ts?folder_id=16 . These versions will not necessarily be up-to-date though. |
18 | 1 | Jeremy Wright | |
19 | 1 | Jeremy Wright | For instructions on how to use the software, please see the "Operating Manual":https://opendesignengine.net/projects/shepard-ts/wiki/Operating_Manual_v1_0 |