From d59b62a5f1db8c1e1ecb7ccbbcc8b85163290908 Mon Sep 17 00:00:00 2001 From: James Cameron Date: Tue, 26 May 2020 16:12:43 +1000 Subject: [PATCH] Add reference to extra install steps https://github.com/sugarlabs/sugar-toolkit-gtk3/issues/442 http://lists.sugarlabs.org/archive/sugar-devel/2020-May/058370.html --- docs/development-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development-environment.md b/docs/development-environment.md index db279ee06f..7bd61a401a 100644 --- a/docs/development-environment.md +++ b/docs/development-environment.md @@ -26,7 +26,7 @@ See [downloads](http://people.sugarlabs.org/~quozl/sugar-live-build/) for the IS Once installed, Sugar Live Build can be used to make changes to Sugar, the toolkits, the demonstration activities, or to write new activities. -- changes to Sugar or the toolkits can be done by editing files in the module source trees in `/usr/src`, followed by `sudo make install` for each changed module. +- changes to Sugar or the toolkits can be done by editing files in the module source trees in `/usr/src`, followed by per-module [install steps](https://github.com/sugarlabs/sugar-live-build/blob/master/src/config/hooks/normal/0900-sugar.hook.chroot#L42) for each changed module. See [issue 442](https://github.com/sugarlabs/sugar-toolkit-gtk3/issues/442) for details. - changes to demonstration activities can be done in the activity source trees in `/usr/src/sugar-activities`, and are immediately effective; just start a new instance of the activity in Sugar.