mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Ports: Document how to declare external port directories
This commit is contained in:
parent
9b7e217dda
commit
4eae5de499
Notes:
sideshowbarker
2024-07-17 02:05:41 +09:00
Author: https://github.com/Jan200101 Commit: https://github.com/SerenityOS/serenity/commit/4eae5de499 Pull-request: https://github.com/SerenityOS/serenity/pull/16824 Reviewed-by: https://github.com/gmta
1 changed files with 11 additions and 0 deletions
|
@ -11,6 +11,17 @@ environment.
|
|||
|
||||
A list of all available ports can be found [here](AvailablePorts.md).
|
||||
|
||||
## External ports
|
||||
|
||||
Third party ports might need additional dependencies from another location.
|
||||
In this case, you can point the `SERENITY_PORT_DIRS` variable to a local ports directory.
|
||||
|
||||
For example:
|
||||
|
||||
```bash
|
||||
export SERENITY_PORT_DIRS="/path/to/port/dir/:/other/path/"
|
||||
```
|
||||
|
||||
## Using ports scripts
|
||||
|
||||
Each port has a script called `package.sh` which defines a name and version,
|
||||
|
|
Loading…
Reference in a new issue