You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/overview/First-Time-Build.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,14 @@ git checkout <NDXXXX>
177
177
The developer branch has been created to store useful configurations that may be shared amongst all developers.
178
178
```
179
179
180
+
## Installing technique scripts
181
+
Some sets of instruments use shared scripts based on the techniques they employ, so installing these scripts would be helpful. Note that these are stored in a repo in an organisation that includes more of the scientists than our typical organisation.
182
+
If the `C:\Instrument\Settings\scripts` directory already exists, cd into it and do a `git pull` on master. Else run the following command from a Git-enabled command prompt (or modify target to run with Git Bash):
If the `C:\Instrument\Settings\config\common` directory already exists, cd into it and do a `git pull` on master. Else run the following command from a Git-enabled command prompt (or modify target to run with Git Bash):
@@ -271,4 +279,4 @@ XAR is the runtime that but for testing you will need the full setup which is th
271
279
```
272
280
273
281
### Install WiX toolset (We use version 3 and not the latest one - only install if required)
274
-
Download and install latest stable version from https://wixtoolset.org/docs/wix3/
282
+
Download and install latest stable version from https://wixtoolset.org/docs/wix3/
0 commit comments