Doc edits/VST3 Build fixes.

This commit is contained in:
Robin Davies
2022-08-18 22:21:57 -04:00
parent a57865f014
commit b6ea1fd72b
22 changed files with 374 additions and 240 deletions
+12 -2
View File
@@ -1,6 +1,14 @@
---
page_icon: img/Install3.jpg
---
## Installing PiPedal
### Install for Ubuntu or Raspberry Pi OS (64-bit)
{% include pageIcon.html %}
### Install for Ubuntu <br/>or Raspberry Pi OS (64-bit)
Download the most recent Debian (.deb) package for your platform:
@@ -13,9 +21,11 @@ Install the package by running
cd ~/Downloads
sudo dpkg --install pipedal_1.0.15_arm64.deb
```
On Raspberry Pi OS, if you have a graphical desktop installed, you can also install package by double-clicking on the downloaded package in the File Manager.
On Raspberry Pi OS, if you have a graphical desktop installed, you can also install the package by double-clicking on the downloaded package in the File Manager.
After installing, follow the instructions in [Configuring PiPedal after Installation](Configuring.md).
--------
[<< System Requirements](SystemRequirements.md) | [Up](Documentation.md) | [Configuring PiPedal after Installation >>](Configuring.md)