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: build/build-dev-mac/index.html
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3572,9 +3572,9 @@ <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Anchor l
3572
3572
<li><strong><ahref="../../version/development/#whats-going-on-in-the-dev-branch">What's going on in the <code>dev branch</code></a></strong></li>
3573
3573
</ul>
3574
3574
<h2id="build-dev-with-mac">Build <code>dev</code> with Mac<aclass="headerlink" href="#build-dev-with-mac" title="Anchor link to this Header on this Page">¶</a></h2>
3575
-
<p>The same script is used to build the <code>dev</code><abbrtitle="version of code within a single repository or workspace repository">branch</abbr> as is used to build the <code>main</code><abbrtitle="version of code within a single repository or workspace repository">branch</abbr>. Copy and paste this command in any terminaland choose <code>dev</code><abbrtitle="version of code within a single repository or workspace repository">branch</abbr>. Follow the instructions on the screen.</p>
3575
+
<p>The same script is used to build the <code>dev</code><abbrtitle="version of code within a single repository or workspace repository">branch</abbr> as is used to build the <code>main</code><abbrtitle="version of code within a single repository or workspace repository">branch</abbr>. Copy and paste this command in any terminal. Follow the instructions on the screen. Choose Build <abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>and then choose <code>dev</code><abbrtitle="version of code within a single repository or workspace repository">branch</abbr>.</p>
3576
3576
<divclass="highlight"><spanclass="filename">Copy and Paste to start the BuildLoop Script</span><pre><span></span><code>/bin/bash -c "$(curl -fsSL \
<p>For more detailed instructions, head over to:</p>
3580
3580
<ul>
@@ -3586,11 +3586,22 @@ <h2 id="build-dev-with-mac">Build <code>dev</code> with Mac<a class="headerlink"
3586
3586
</li>
3587
3587
</ul>
3588
3588
<h3id="build-other-branches">Build Other Branches<aclass="headerlink" href="#build-other-branches" title="Anchor link to this Header on this Page">¶</a></h3>
3589
-
<p>You can use the BuildLoop script to build a feature <abbrtitle="version of code within a single repository or workspace repository">branch</abbr> that was advertised in zulipchat but has not been merged into <code>dev</code>. At the end of the script (from above), add a space after the final quote, followed by a hyphen, another space and then the <abbrtitle="version of code within a single repository or workspace repository">branch</abbr> name. See the example below that would build <code>other-branch</code>, if such a <abbrtitle="version of code within a single repository or workspace repository">branch</abbr> existed. This is just an example. You need to substitute the <abbrtitle="version of code within a single repository or workspace repository">branch</abbr> you desire for <code>other-branch</code>. The example below uses a continuation character to put the extra characters on a new line to make this easier to read.</p>
3589
+
<p>You can use the BuildLoop script to build a feature <abbrtitle="version of code within a single repository or workspace repository">branch</abbr> that was advertised in zulipchat but has not been merged into <code>dev</code>. </p>
3590
+
<blockquote>
3591
+
<p>Note. You cannot use the BuildSelectScript to select a custom <abbrtitle="version of code within a single repository or workspace repository">branch</abbr>. You must directly choose the app you wish to build. In this case, BuildLoop.</p>
3592
+
</blockquote>
3593
+
<p>In the command (shown below), there is a space after the final quote, followed by a hyphen, another space and then the <abbrtitle="version of code within a single repository or workspace repository">branch</abbr> name. This example would build <code>other-branch</code>, if such a <abbrtitle="version of code within a single repository or workspace repository">branch</abbr> existed. </p>
3594
+
<blockquote>
3595
+
<p>This is just an example. You need to substitute the <abbrtitle="version of code within a single repository or workspace repository">branch</abbr> you desire for <code>other-branch</code>. The example below uses a continuation character to put the extra characters on a new line to make this easier to read.</p>
3596
+
</blockquote>
3590
3597
<divclass="highlight"><spanclass="filename">Replace <code>other-branch</code> with the desired branch</span><pre><span></span><code>/bin/bash -c "$(curl -fsSL \
<p>If you want to customize this custom <abbrtitle="version of code within a single repository or workspace repository">branch</abbr>. You can call the Customization Select script after you download the custom <abbrtitle="version of code within a single repository or workspace repository">branch</abbr>. This script finds the most recent download in your ~/Downloads/BuildLoop folder. If you want to customize a specific <abbrtitle="version of code within a single repository or workspace repository">branch</abbr>, first set the terminal to be in the LoopWorkspace folder for the download you want to customize.</p>
3602
+
<divclass="highlight"><spanclass="filename">Copy and paste to start the CustomizationSelect script</span><pre><span></span><code>/bin/bash -c "$(curl -fsSL \
<h2id="update-loop-dev">Update <abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>-dev<aclass="headerlink" href="#update-loop-dev" title="Anchor link to this Header on this Page">¶</a></h2>
3595
3606
<p>While <abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>-dev is under active development, you should monitor zulipchat and update frequently.</p>
3596
3607
<p>Checking for updates every week is a good idea. Also - subscribe to all the streams on <ahref="https://loop.zulipchat.com"><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr> Zulipchat</a> to make sure you don't miss critical information.</p>
0 commit comments