From 389d66af4aa8f55d58497bba79137c90716be2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 26 Feb 2023 23:05:22 +0000 Subject: [PATCH] docs: boytacean SDL specific README --- frontends/sdl/README.sdl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontends/sdl/README.sdl diff --git a/frontends/sdl/README.sdl b/frontends/sdl/README.sdl new file mode 100644 index 00000000..63b22078 --- /dev/null +++ b/frontends/sdl/README.sdl @@ -0,0 +1,11 @@ +# Boytacean SDL + +## Build + +To be able to run the `cargo build` one must first install a local version of `vcpkg` using: + +```bash +cargo install cargo-vcpkg +cargo vcpkg build +cargo build +``` -- GitLab