From 3e1e8b073b1117b81a744af01245c0a7a5e7ae29 Mon Sep 17 00:00:00 2001 From: Rosia E Evans Date: Sun, 30 Mar 2025 18:29:40 +0100 Subject: [PATCH] code --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a19ec6f..2b4f15f 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,8 @@ A small program to allow mirroring of a terminal on an e-paper screen in light weight cpp code. Originally inspired by [jouko's PaperTTY](https://github.com/joukos/PaperTTY/tree/main). If you prefer python and want a more flexible system, definitely check it out +## Building +To build this you'll need to install +- sdl2 +- catch2 (this should automatically be installed by cmake) +