Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imLinguin authored Jul 10, 2023
1 parent 66e82f9 commit e90a794
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
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.

0 comments on commit e90a794

Please sign in to comment.