Closed shaansubbaiah closed 4 years ago
Reviewed, thanks. Would be nice if the tutorial didn't just address Debian 11.
@chimosky The guide has been edited to show the setup of Sugar 0.112 on Debian 10 and Sugar 0.117 on Debian 11. Renamed markdown file, PR and commit.
Add a link to document from main README.md
sudo apt update && apt upgrade
would run the second command as non-root, possibly not what you intend.
Having to add gcc-8-base
and libglib2.0-dev
is odd; should these be new package dependencies? What happens without them?
@quozl
Add a link to document from main README.md
sudo apt update && apt upgrade
would run the second command as non-root, possibly not what you intend.
Thanks, fixed it.
Having to add
gcc-8-base
andlibglib2.0-dev
is odd; should these be new package dependencies? What happens without them?
libglib2.0-dev
is required to get the Browse Activity working.
gcc-8-base
is a dependency of sucrose. I have mentioned it earlier in an older guide to installing on Debian in Sugar-devel
Had logged this on June 2nd in my notes:
libc6-dev : Breaks: libgcc-8-dev (< 8.4.0-2~) but 8.3.0-6 is to be installed
libgcc-8-dev requires -> gcc-8-base, libmpx2.
Installing gcc-8-base fixes everything.
@chimosky kindly review.
Also updated the
multitail
color scheme to highlight all warnings and errors.