Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #71

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,16 @@ To download the latest Windows version, click [here](https://github.com/8enrich/
2. Follow the on-screen instructions to install the game.

## Linux
Currently, there is no pre-built Linux binary available. However, you can compile the game from source.
### Installing the .deb Package

To download the latest version for Ubuntu/Debian, click [here](https://github.com/8enrich/Letris/releases/download/0.1v/letris.deb).

Simply run the .deb file and follow the installation instructions. The package is compatible with GLIBC_2.27 and higher (was compiled in Ubuntu 18.04 LTS).

### Compiling the Game

If you're using a non-Ubuntu/Debian based distribution, you can compile the code yourself. You'll need a relatively recent version of CMake, which can be downloaded [here](https://cmake.org/files/LatestRelease/) or found in your distribution's package manager.

#### Build tools

You will need to install some build tools, such as GCC, Make, Git and CMake
Expand Down