Skip to content

Commit a189bb5

Browse files
committed
Upload README.md and UPDATE_SOURCE.md
1 parent 56d3519 commit a189bb5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Diff for: README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# darling-JavaScriptCore
2+
3+
## Upstream URL
4+
5+
https://github.com/apple-oss-distributions/JavaScriptCore/tree/JavaScriptCore-7611.3.10.1.3
6+
7+
## Updating Source
8+
9+
When updating the source code, make sure to refer to the [`Updating Sources`](https://docs.darlinghq.org/contributing/updating-sources/index.html#updating-sources) section from the Darling Docs website. Additional details (if any) can be found in [`darling/notes/UPDATE_SOURCE.md`](darling/notes/UPDATE_SOURCE.md).

Diff for: darling/notes/UPDATE_SOURCE.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Notes
2+
3+
* When uploading the sources to GitHub, make sure to not include the generated `.pyc` files.
4+
* Make sure to execute `generate-derived-sources.sh` and `generate-unified-sources.sh` first before you execute `generate-offlineasm.sh`
5+
* Make sure to check/update the `generate-offlineasm.sh` script first before you execute it.

0 commit comments

Comments
 (0)