Skip to content

Commit 673ef34

Browse files
authored
Ppuc linux build update (#2)
* Linux build guide * Added creation of a projects dir
1 parent ffe7960 commit 673ef34

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/ppuc/build_from_source.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sudo apt-get autoremove
2222

2323
### Compiler
2424

25-
Install the compiler:
25+
Install the compiler :
2626
```shell
2727
sudo apt-get install build-essential
2828
```
@@ -48,14 +48,21 @@ sudo apt install libpipewire-0.3-dev libwayland-dev libdecor-0-dev liburing-dev
4848

4949
Get the source files:
5050
```
51+
mkdir $HOME/projects
52+
cd $HOME/projects
5153
git clone https://github.com/PPUC/ppuc.git
5254
```
5355

54-
Compile:
56+
#### Compile (PC):
5557
```
5658
cd ppuc
5759
platforms/linux/x64/build.sh
5860
```
61+
#### Compile (Raspberry Pi):
62+
```
63+
cd ppuc
64+
platforms/linux/aarch64/build.sh
65+
```
5966

6067
### Test
6168

0 commit comments

Comments
 (0)