0.112/Testing: Difference between revisions
No edit summary |
add sugar live build 20170927 |
||
| Line 9: | Line 9: | ||
== What should I test? == | == What should I test? == | ||
* new features, see [[0.112/Feature_List|feature list]], | * new features, see [[0.112/Feature_List|feature list]], | ||
* bug fixes, see GitHub commits | * user level bug fixes, see [[#Notes|release notes]], | ||
* developer bug fixes, see GitHub commits. | |||
== How to test? == | == How to test? == | ||
Use the GNU standard autogen, configure, make, and make install steps. | Use the GNU standard autogen, configure, make, and make install steps. | ||
Or, use the Sugar Live Build dated 20170927 with Sugar 0.111; | |||
*can be booted from hard drive, flash drive, and optical media, automatically starting Sugar without persistence, | |||
*can be installed as a virtual machine, with persistence and password protection, | |||
*contains a special libabiword-3.0 to fix a flickering Write activity (#4915), thanks to Simon Quigley (Ubuntu #1574278) | |||
*is based on the Debian 9 Stretch Live Build, but does not contain EFI Secure Boot support or encumbered firmware, | |||
*for developers, contains all build dependencies, configured source trees (git clones in /usr/src), and binaries (make install) for the Sugar 0.111 Sucrose modules and the Fructose activity set, making it easy to use for GCI or GSoC tasks. | |||
See http://people.sugarlabs.org/~quozl/sugar-live-build-20170927/ | |||
== Debian == | == Debian == | ||