From 5d1bce8edf35103625d93252b04254ad322ced3c Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sat, 28 Dec 2024 14:52:17 -0600 Subject: [PATCH] Filling out Readme.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 279c1b8..4bc659d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,23 @@ Tesses Cross Language ![CrossImage](logo.png) ``` + +## What is required to build this project +- [TessesFramework](https://gitea.site.tesses.net/tesses50/tesses-framework) +- Jansson (but can be turned off but is strongly recommended otherwise many programs will not work) +- CMake +- SDL2 (but can be turned off) + +## To Install +- [Follow TessesFramework setup](https://gitea.site.tesses.net/tesses50/tesses-framework) +- ```bash +mkdir build +cd build +cmake -S .. -B . +make +sudo make install +``` + Ye are of God, little children, and have overcome them: because greater is he that is in you, than he that is in the world. (1 John 4:4) ```