Files
tesses-framework/README.md
2025-07-03 15:49:14 -05:00

1.1 KiB

Tesses Framework

If you are on onedev

We are switching to gitea

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://git.tesseslanguage.com/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