Docs improvements,

This commit is contained in:
Robin Davies
2022-08-19 08:02:09 -04:00
parent b6ea1fd72b
commit 3f78857363
18 changed files with 3086 additions and 31 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
---
page_icon: img/Compiling.jpg
---
## Building PiPedal From Source
PiPedal has only been tested on Raspbian, and Ubuntu, but should run with little or no modification on most Linux distributions. Pull requests to correct problems with building PiPedal on other versions of Linux are welcome.
{% include pageIcon.html %}
PiPedal has only been tested on Raspberry Pi OS, and Ubuntu, but should run with little or no modification on most Linux distributions. Pull requests to correct problems with building PiPedal on other versions of Linux are welcome.
To build PiPedal, a Raspberry Pi 4B, with at least 4GB of memory is required (8GB recommended). You can build PiPedal from the command-line using CMake; but the project was originally build using
Microsoft Visual Studio Code. If you use VSCode, you will almost definitely need to hav 8GB of RAM.