Difference between revisions of "Constructing pi64"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) (Created page with "#Use retropi as a base install #Configure booting to self-login CLI #apt update #apt full-upgrade -y '''Begin installing base packages to compile vice-3.2.tar.gz'''") |
Jayctheriot (talk | contribs) |
||
Line 4: | Line 4: | ||
#apt full-upgrade -y | #apt full-upgrade -y | ||
'''Begin installing base packages to compile vice-3.2.tar.gz''' | '''Begin installing base packages to compile vice-3.2.tar.gz''' | ||
#apt install bison flexx | |||
# ./configure --enable-sdlui --enable-ethernet |
Revision as of 10:50, 12 June 2018
- Use retropi as a base install
- Configure booting to self-login CLI
- apt update
- apt full-upgrade -y
Begin installing base packages to compile vice-3.2.tar.gz
- apt install bison flexx
- ./configure --enable-sdlui --enable-ethernet