Skip to content

Commit

Permalink
modified: en/Manual/Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pome-ro authored and Librarian committed Feb 20, 2024
1 parent 75b5349 commit 12be8b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Page/en/Manual/Installation.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@ Using OpenGFX base graphics
#Within Software Center of your distribution (or Package Manager), pick OpenTTD
#Click install
=== Install Manually ===
#Head to the [https://www.openttd.org/downloads/openttd-releases/latest downloads page] and under Download Stable select openttd-##.#-linux from the drop down.
#Download the Linux Generic Binaries (x86_64, 64bit) (xz/lzma archive) to your computer.
#Open your terminal and navigate to where the archive was downloaded.
#extract the contents from the terminal <code>sudo tar -xvzf openttd-13.4-linux-generic-amd64.tar.gz -C /usr/share/openttd</code>
#Copy the Share folder inside your new openttd folder to your system's share folder. <code>sudo cp -Tr /usr/share/openttd/share /usr</code>
#Open the openttd.desktop file in your terminal text editor of choice. <code>sudo nano /usr/share/applications/openttd.desktop</code>
Now OpenTTD will appear where other installed apps appear on your system. For Ubuntu you'll see OpenTTD in the "Show Apps" menu. You'll be able to pin the application to the dash as well.

You can now choose either OpenGFX graphics, or use original TTD graphics if you have a copy of original game around.
OpenGFX is faster and prefered.

Expand Down

0 comments on commit 12be8b5

Please sign in to comment.