File: COMPILING_RaspberryPI.txt

package info (click to toggle)
basic256 2.0.99.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,888 kB
  • sloc: cpp: 17,185; yacc: 4,025; lex: 1,466; java: 1,091; sh: 39; xml: 33; makefile: 20
file content (38 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download
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
38
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