2026-01-30 19:34:45 -06:00
2025-09-23 20:28:40 -05:00
2026-01-30 19:34:45 -06:00
2026-01-30 19:34:45 -06:00
2025-12-01 05:34:04 -06:00
2026-01-30 19:34:45 -06:00
2025-05-08 20:19:44 -05:00
2025-10-22 15:03:17 -05:00
2025-05-08 21:39:47 -05:00
2026-01-30 19:34:45 -06:00
2025-02-08 12:10:15 -06:00
2025-09-05 11:36:02 -05: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-09-05 11:36:02 -05:00
2025-08-31 05:38:01 -05:00
2025-09-05 11:36:02 -05:00
2025-01-08 09:59:16 -06:00

Tesses Cross Language

CrossImage

WebSite

What is required to build this project

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

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 (with plugin support)

git clone https://onedev.site.tesses.net/tesses-framework
cd tesses-framework
mkdir build 
cd build
cmake -S .. -B .
make
sudo make install
cd ../..
git clone https://onedev.site.tesses.net/CrossLang
cd CrossLang
mkdir build 
cd build
cmake -S .. -B . -DCROSSLANG_FETCHCONTENT=OFF
make
sudo make install

Build with shared libs only (self contained dependencies)

cmake -S ../.. -B . -DTESSESFRAMEWORK_ENABLE_STATIC=OFF -DTESSESFRAMEWORK_ENABLE_SHARED=ON -DTESSESFRAMEWORK_FETCHCONTENT=ON
make -j`nproc`
sudo make install
git clone https://onedev.site.tesses.net/CrossLang
cd CrossLang
mkdir build 
cd build
cmake -S .. -B .
make
sudo make install

To Create the binaries and ISO (You need linux for this)

sudo apt install xorriso wget curl mingw-w64 nsis cmake tar zip
mkdir dvdwork
cp build-dvd.tcross dvdwork/
cd dvdwork
crossint build-dvd.tcross
bash script.sh # the iso and tarballs will be in Working/Output
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 3.6 MiB
Languages
C++ 96.4%
CMake 1.7%
Shell 0.7%
C 0.7%
NSIS 0.4%