Software Source Code v1 0

Version 11 (Jeremy Wright, 01/19/2013 10:07 pm)

1 1 Jeremy Wright
h1. Software Source Code v1.0
2 1 Jeremy Wright
3 11 Jeremy Wright
This document has been relinked to the Software Source Code document "here":https://opendesignengine.net/projects/shepard-ts/wiki/Software_Source_Code as part of our versioning system update.
4 11 Jeremy Wright
5 3 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 2 Jeremy Wright
On Linux, you can install the subversion package and then execute the following on a command line.
8 1 Jeremy Wright
9 1 Jeremy Wright
<pre>
10 1 Jeremy Wright
svn co https://opendesignengine.net/svn/shepard-ts
11 1 Jeremy Wright
</pre>
12 1 Jeremy Wright
13 10 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.
14 1 Jeremy Wright
15 7 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.
16 8 Jeremy Wright
17 8 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