mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-03-26 08:00:27 +00:00
8db6e0a1c102ec0be35b92cad99c82c8009fa303
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 (in folder src/HodwardHinnart_date, modified tz.cpp to point to correct header)
Dependencies
Code used from other peoples projects
Resources used from others
Description