File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,18 +5,19 @@ Open GOOP Development Suite
55
66How to get started:
77You need to clone the Repository into your LabVIEW20XX folder.
8- Currently the Master branch is in LabVIEW 2014 ,
8+ Currently the Master branch is in LabVIEW 2016 ,
99DQMH is in LabVIEW 2016,
1010LV2020 in in LabVIEW 2020
1111To do this you can clone it into a temporary directory and then copy this into the LabVIEW-folder.
1212In Windows:
13- git clone https://github.com/opengds/OpenGDS.git c:\LabVIEW2014-temp
14- xcopy "C:\labview2014-temp" "C:\Program Files (x86)\National Instruments\LabVIEW 2014" /H /Y /R /S
15- or
16- git clone https://github.com/opengds/OpenGDS.git c:\LabVIEW2020-temp
17- xcopy "C:\labview2020-temp" "C:\Program Files (x86)\National Instruments\LabVIEW 2020" /H /Y /R /S
13+ git clone -b LV2020 https://github.com/opengds/OpenGDS.git c:\LabVIEW2020-temp
14+ xcopy "C:\labview2020-temp" "C:\Program Files (x86)\National Instruments\LabVIEW 2020" /H /Y /R /S
1815
1916#Dependencies
2017
2118Install the following packages using VIPM:
22- OpengG Toolkit (it's needed in the Build VIs, if you want to build a release)
19+ OpenG Toolkit (it's needed in the Build VIs, if you want to build a release)
20+
21+ So to build a release open and run the VI:
22+ C:\Program Files (x86)\National Instruments\LabVIEW 2020\Open_GDS_Tools\Build_Release\BuildRelease.vi
23+
You can’t perform that action at this time.
0 commit comments