Skip to content

Commit 39486c2

Browse files
Build Help Text Added
1 parent 8937592 commit 39486c2

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ Open GOOP Development Suite
55

66
How to get started:
77
You 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,
99
DQMH is in LabVIEW 2016,
1010
LV2020 in in LabVIEW 2020
1111
To do this you can clone it into a temporary directory and then copy this into the LabVIEW-folder.
1212
In 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

2118
Install 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+

0 commit comments

Comments
 (0)