We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe7960 commit 673ef34Copy full SHA for 673ef34
docs/ppuc/build_from_source.md
@@ -22,7 +22,7 @@ sudo apt-get autoremove
22
23
### Compiler
24
25
-Install the compiler:
+Install the compiler :
26
```shell
27
sudo apt-get install build-essential
28
```
@@ -48,14 +48,21 @@ sudo apt install libpipewire-0.3-dev libwayland-dev libdecor-0-dev liburing-dev
48
49
Get the source files:
50
51
+mkdir $HOME/projects
52
+cd $HOME/projects
53
git clone https://github.com/PPUC/ppuc.git
54
55
-Compile:
56
+#### Compile (PC):
57
58
cd ppuc
59
platforms/linux/x64/build.sh
60
61
+#### Compile (Raspberry Pi):
62
+```
63
+cd ppuc
64
+platforms/linux/aarch64/build.sh
65
66
67
### Test
68
0 commit comments