mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-09 00:05:46 +00:00
0837b6b28eb2c1b4a78f3c1ea93c76b24751b754
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)
- PlatformFolders (in folder src/Platform/sago, modified to conditionally disable for GEKKO, NX etc)
- Sqlite 3 (in folder src/Serialization/sqlite, modified for GEKKO, NX etc, uses the amalgamation)
Dependencies
Code used from other peoples projects
Resources used from others
Description
Languages
C
89.2%
C++
10.4%
CMake
0.2%