Skip to content

Commit 6339017

Browse files
committed
Build: added note how to remove the quarantine setting on macOS 10.15+
1 parent 5f9695d commit 6339017

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

make/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44

55
1. Clone the Rebol 3 Repo if you haven't already: `git clone https://github.com/Oldes/Rebol3.git`
66
2. Download the [Siskin build tool](https://github.com/Siskin-framework/Builder/releases/latest) for your platform
7-
3. Place the Siskin binary in the root of the repo (there seems to a bug in Siskin where it cannot find itself from the `PATH` and dies)
7+
3. Place the Siskin binary in the root of the repo (or into one of the `PATH` folders)
8+
9+
macOS users on 10.15+ may need to remove the quarantine setting from the Siskin builder tool after download using:
10+
```
11+
xattr -d -r com.apple.quarantine /path/to/Siskin
12+
```
813

914
## Build Walkthrough
1015

0 commit comments

Comments
 (0)