-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCOMPILING_RaspberryPI.txt
More file actions
38 lines (28 loc) · 1.01 KB
/
COMPILING_RaspberryPI.txt
File metadata and controls
38 lines (28 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Instructions 2020-10-04b
Debian buster in Raspberry Pi
sudo apt-get update
sudo apt-get install subversion qt5-default bison flex qtmultimedia5-dev libqt5serialport5-dev libqt5multimedia5-plugins libqt5texttospeech5-dev qtspeech5-flite-plugin pulseaudio
pulseudio --start
in your home folder
svn checkout https://svn.code.sf.net/p/kidbasic/code/trunk basic256
cd basic256
qmake BASIC256.pro -config release
make clean
make
sudo make install
RaspberryPi - AUdio
https://www.raspberrypi.org/documentation/configuration/audio-config.md
svn checkout --username=renejm svn+ssh://renejm@svn.code.sf.net/p/kidbasic/code/trunk kidbasic-code
SNAP:
based on : https://jonathansblog.co.uk/snapcraft-building-arm-snaps-on-raspberry-pi
setup:
sudo apt update && sudo apt upgrade
sudo apt install snapd
sudo snap install core
sudo snap install snapcraft --classic
sudo snap install lxd
sudo usermod -a -G lxd ${USER}
lxd init (answer the questions with their defaults)
reboot (this is important)
making:
snapcraft --use-lxd