-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Heroic runtime | ||
|
||
A attempt to create runtime for Linux native GOG games. | ||
An attempt to create runtime for Linux native GOG games. | ||
Even though GOG games should ship with required libraries, that's not always the case. Problems start to occur when you use any modern distribution, as GOG recommends testing on clean install of Ubuntu 16.04 or 18.04 [source](https://docs.gog.com/linux-guidelines/#guidelines-for-linux-games-on-gog) | ||
|
||
Based on Ubuntu 18.04 | ||
The runtime is built on Ubuntu 18.04 Docker image. | ||
|
||
## Reporting missing libraries | ||
If you encounter missing library in Linux native game, please create the issue with list of missing library files and packages (both i386 and x86_64) that provide them. You can skip the packages part if you are not sure. |