Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 505 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 505 Bytes

PopCarp - Nothing to do with soda or fish.

Setting up SDL2 (mac)

Use homebrew instructions here

brew install sdl2_image

brew install sdl2_ttf

brew install sdl2_mixer

Setting up Rust + building

Read the book.

  1. Install Rust
  2. cd to popcarp
  3. cargo build
  4. ./target/debug/popcarp or cargo run

Make sure you have your ENV variables set or things may not work...