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

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
Readme 3.7 MiB
Languages
C 88.6%
C++ 11.1%
CMake 0.2%