2025-04-16 10:24:56 -05:00
2025-04-16 07:39:30 -05:00
2025-04-16 08:44:48 -05:00
2025-01-14 23:12:16 -06:00
2025-04-16 10:24:56 -05:00
2025-02-08 12:10:15 -06:00
2025-01-08 09:59:16 -06:00
2025-01-14 23:12:16 -06:00
2025-01-08 09:59:16 -06:00
2024-12-28 14:38:00 -06:00
2025-02-08 12:10:15 -06:00
2025-01-08 09:59:16 -06:00
2025-01-08 09:59:16 -06:00

Tesses Cross Language

CrossImage

What is required to build this project

  • TessesFramework (if you turn CROSSLANG_FETCHCONTENT off otherwise it will be grabbed automaticly)
  • CMake

What libraries have I embeded from other people

Use in docker (use my container)

    sudo docker pull -t onedev.site.tesses.net/crosslang/crosslang:latest

Use in docker (build the container yourself)

    git clone https://onedev.site.tesses.net/crosslang
    cd crosslang
    sudo docker build -t crosslang:latest .

To Install

  • Install mbedtls (use sudo apt install libmbedtls-dev on debian) for TessesFramework
  • Follow the commands bellow

Run these commands to install crosslang (or use binaries from here)

git clone https://onedev.site.tesses.net/CrossLang
cd CrossLang
mkdir build 
cd build
cmake -S .. -B .
make
sudo make install
Ye are of God, little children, and have overcome them: because greater is he that is in you, than he that is in the world. (1 John 4:4)
Description
No description provided
Readme 2.8 MiB
Languages
C++ 93.4%
C 4.5%
CMake 1.6%
NSIS 0.5%