forked from scratchfoundation/scratch-flash
-
Notifications
You must be signed in to change notification settings - Fork 2
Building Sharp
Alexander Liu edited this page May 17, 2016
·
6 revisions
Sharp uses gradle to build the source
First, cd to the directory of sharp, but not to the src folder
You can do this by running this on Linux's bash terminal:
cd /path/to/sharp
Or by typing cmd in Windows Explorer for Windows users
Then for Linux users do this:
gradlew build
For Windows users do this:
gradlew.bat build
If you get an error saying
Redirection detected from https to http. Protocol switch unsafe, not allowed.
Then manually download This file and then put it in <your home directory>/.gradle/gradleFx/sdks/<some number>/in. (Thanks Jonathan50)
Sharp is a Scratch 2.0 mod
Created by: DrKat123, Mrcomputer1 and some others