2025-05-18 01:24:25 +00:00
2025-05-17 18:23:04 -05:00
2024-12-06 04:58:55 -06:00
2025-05-17 18:23:04 -05:00
2025-05-17 18:23:04 -05:00
2025-05-17 18:23:04 -05:00
2025-01-08 09:23:49 -06:00
2025-05-09 01:28:10 +00:00
2024-12-06 04:58:55 -06:00
2024-12-06 04:58:55 -06:00
2025-05-18 01:24:25 +00:00

Tesses Framework

To Install

  • Install mbedtls (use sudo apt install libmbedtls-dev on debian) for TessesFramework
  • Follow the commands bellow

Run these commands to install tesses-framework

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)
Description
TessesFramework a library to make C++ easier for me, used in CrossLang: https://git.tesses.org/tesses50/crosslang
Readme 3.7 MiB
Languages
C 88.6%
C++ 11.1%
CMake 0.2%