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: sbn_online_wiki/Installation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ source /daq/software/products_dev/setup #dev area
37
37
```bash
38
38
ups list -aK+ sbndaq -qe26:s131:prof
39
39
```
40
-
It's recommended you use the latest available version (this is currently v1_10_03 as of 11/2024) with e26:prof:s131 as the option. Then, to set up, use:
40
+
It's recommended you use the latest available version (this is currently v1_10_05 as of 02/2025) with e26:prof:s131 as the option. Then, to set up, use:
41
41
```bash
42
42
setup sbndaq v#_##_## -qe26:prof:s131
43
43
```
@@ -88,7 +88,7 @@ mrb g <repo_name_with_underscore>
88
88
*Note:* you may need to do some setup of your github account with proper SSH keys. See [here](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).)
89
89
*Note:* This will pull from the HEAD of the develop branch and include any changes that may have been pushed since the last tag (`v#_##_##`) was created. Alternatively, if you want to build the tagged, working version that was set up in the previous steps, directly:
90
90
```bash
91
-
mrb g <repo_name_with_underscore>@<desired tag version *e.g.*v1_10_03, or branch *e.g.$ feature/me_myAwesomeFeature>
91
+
mrb g <repo_name_with_underscore>@<desired tag version *e.g.*v1_10_05, or branch *e.g.$ feature/me_myAwesomeFeature>
92
92
```
93
93
<!---
94
94
*Note:* An error can occur when attempting to pull down the repositories with a message of "Unable to verify write access...". If this happens, go the the appropriate srcs directory and do these:
@@ -207,7 +207,7 @@ export MRB_PROJECT=sbndaq
207
207
```
208
208
And then to checkout and build `sbndaq` and `sbndaq-artdaq` (most common situation) source the script below _from your work directory_:
0 commit comments