Skip to content

Commit

Permalink
Deploying to gh-pages from @ 72a0e4a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mingness committed Jan 11, 2025
1 parent 16cae3a commit 94b9cd2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions develop.html
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ <h2 id="configuring-the-gradle-build-file">Configuring the Gradle build file</h2
<li>have Processing library dependencies</li>
</ol>
<p>This variable is in the editable section, in case the location determined is incorrect. A
symptom of an incorrect <code>sketchbookLocation</code> is that your library does not show up in the
Contribution Manager in Processing, after being installed. Please look at our
symptom of an incorrect <code>sketchbookLocation</code> is that your library does not show up as a
contributed library Processing, after being installed. Please look at our
<a href="troubleshooting.html">troubleshooting guide</a> if you suspect this is the case.</p>
</li>
</ol>
Expand Down
7 changes: 3 additions & 4 deletions getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,9 @@ <h2 id="testing-the-library-template">Testing the Library Template</h2>
<code>deployToProcessingSketchbook</code>, and double click on <code>deployToProcessingSketchbook</code>. </li>
<li>This will build the library, create the release artifacts, and copy them to the folder
where Processing libraries are stored.</li>
<li><strong>Check if the library appears in the Contribution Manager:</strong> </li>
<li>Open Processing, and click on <code>Sketch</code> &gt; <code>Import Library ...</code> &gt; <code>Manage Libraries ...</code>.
This opens the Contribution Manager. </li>
<li>You should see an entry named "A Template Example Library" with a check mark next to it.
<li><strong>Check if the library appears as a contributed library:</strong> </li>
<li>Open Processing, and click on <code>Sketch</code> &gt; <code>Import Library ...</code>.</li>
<li>You should see an entry named "A Template Example Library" in the menu as <code>Contributed</code>.
This is the sample library you just installed using the template. </li>
<li>If it does not appear, please check the <a href="troubleshooting.html">troubleshooting guide</a>.</li>
<li><strong>Customize the library information</strong>:</li>
Expand Down
Loading

0 comments on commit 94b9cd2

Please sign in to comment.