mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 15:55:46 +00:00
1.1 KiB
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
- HodwardHinnart's date (in folder src/HodwardHinnart_date, modified tz.cpp to point to correct header)