-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from koplo199/main
Fix runtime (part of the Bottles runtime fix effort)
- Loading branch information
Showing
3 changed files
with
49 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# Bottles Runtime | ||
This is a set of librarires from Ubuntu 20.04 to ensure runners compatibility | ||
This is a set of libraries to ensure runners compatibility. | ||
|
||
## Build | ||
The runtime is built using [runtimezilla](https://github.com/mirkobrombin/runtimezilla), find the automated scripts in the [build-tools](https://github.com/bottlesdevs/build-tools) repository. | ||
|
||
## Include | ||
Read [here](https://github.com/bottlesdevs/build-tools/blob/main/runtime/recipe.yml) what this runtime includes. | ||
Are currently included: | ||
1) [libwine](https://packages.debian.org/bookworm/libwine) dependencies | ||
|
||
Read [here](https://github.com/bottlesdevs/build-tools/blob/main/runtime/recipe.yml) the full list of libraries included. |