mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-06-01 10:05:31 +00:00
dbfb7c11334b48957ad947f50a956517885c106b
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
TessesFramework a library to make C++ easier for me, used in CrossLang: https://git.tesses.org/tesses50/crosslang
Languages
C
88.6%
C++
11%
CMake
0.2%