File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,25 @@ Scratch 3.0 as a standalone desktop application
7
7
### Prepare ` scratch-gui `
8
8
9
9
This step is temporary: eventually, the ` scratch-desktop ` branch of the Scratch GUI repository will be merged with
10
- that repository's main development line. For now, though, there's a separate branch:
10
+ that repository's main development line. For now, though, the ` scratch-desktop ` branch holds a few changes that are
11
+ necessary for Scratch Desktop to function correctly but are not yet merged into the main development branch.
12
+
13
+ #### Prepare ` scratch-gui ` : Quick Start
14
+
15
+ 1 . Clone both ` scratch-desktop ` and ` scratch-gui `
16
+ 2 . ` cd scratch-gui `
17
+ 1 . ` git checkout scratch-desktop `
18
+ 2 . ` npm install `
19
+ 3 . ` npm link `
20
+ 4 . ` cd .. `
21
+ 3 . ` cd scratch-desktop `
22
+ 1 . ` npm install `
23
+ 2 . ` npm link scratch-gui `
24
+ 3 . ` npm run build-gui ` or ` npm run watch-gui `
25
+
26
+ Your copy of ` scratch-gui ` should now be ready for use with Scratch Desktop.
27
+
28
+ #### Prepare ` scratch-gui ` : Detailed Version
11
29
12
30
1 . Clone the ` scratch-gui ` repository if you haven't already.
13
31
2 . Switch to the ` scratch-desktop ` branch with ` git checkout scratch-desktop `
You can’t perform that action at this time.
0 commit comments