Take Home

Installation

Debian/Ubuntu

sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
cargo build --release

Executable will be located at ./target/release/take-home.

Package the executable up with the ./assets/ folder.

Windows

Follow the steps here (repeating for sdl2_image and sdl2_tff).

cargo build --release

Executable will be located at ./target/release/take-home.exe.

Package the executable up with the ./take-home/*.dll files found in the folder and the ./assets/ folder.

MacOS

brew install sdl2 sdl2_image sdl2_ttf
cargo build --release

Executable will be located at ./target/release/take-home.

Package the executable up with the ./assets/ folder.