From aa05fdaa34d92d272fb0144dbaf7a3b27a851a2a Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 18 May 2025 01:24:25 +0000 Subject: [PATCH] Edit README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2feab7..676d657 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ Tesses Framework -================ \ No newline at end of file +================ + +## To Install +- Install [mbedtls](https://github.com/Mbed-TLS/mbedtls) (use sudo apt install libmbedtls-dev on debian) for TessesFramework +- Follow the commands bellow + +## Run these commands to install tesses-framework +```bash +git clone https://onedev.site.tesses.net/tesses-framework +cd tesses-framework +mkdir build +cd build +cmake -S .. -B . +make +sudo make install + +## What libraries have I embeded from other people +- [HodwardHinnart's date](https://github.com/HowardHinnant/date) (in folder src/HodwardHinnart_date, modified tz.cpp to point to correct header) + +## Dependencies +- [mbedtls](https://github.com/Mbed-TLS/mbedtls) \ No newline at end of file