Upload README.md and UPDATE_SOURCE.md

This commit is contained in:
Thomas A 2023-04-22 16:10:12 -07:00
parent 9b3c5ac1be
commit c8c44fdbdd
2 changed files with 17 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# darling-Libnotify
## Upstream URL
https://github.com/apple-oss-distributions/Libnotify/tree/Libnotify-279.40.4
## Updating Source
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).

View File

@ -0,0 +1,8 @@
# Notes
* Create the following symbolic-links:
```bash
ln -s darling/include/notify_probes.h
ln -s ../darling/src/notify.defs --target-directory notifyd
ln -s ../notify_ipc.defs --target-directory notifyd
```