From 14a5221a866b15f684f041d21c7fcc62d1acbe2b Mon Sep 17 00:00:00 2001 From: Habin Song <83588265+boulce@users.noreply.github.com> Date: Wed, 22 May 2024 23:12:56 +0900 Subject: [PATCH] docs: update linux too --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 314260b..4023db6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## How to build? ### Linux +1. Install `git-lfs` before you clone 1. Install rust 1. Install ffmpeg 7.*, sdl2, sdl2_mixer, sdl2_image, sdl2_ttf. - For instructions on sdl2 installation, see [rust-sdl2 README](https://github.com/Rust-SDL2/rust-sdl2).