Mike Nolan 56b74dc6fc
All checks were successful
Build and Deploy on Tag / 🔨 Build for PowerPC (push) Successful in 47s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-x64:latest, x86_64-linux-gnu, amd64) (push) Successful in 3m9s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-riscv64:latest, riscv64-linux-gnu, riscv64) (push) Successful in 3m9s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-arm:latest, arm-linux-gnueabihf, arm7) (push) Successful in 3m14s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-arm64:latest, aarch64-linux-gnu, arm64) (push) Successful in 3m21s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-x86:latest, i386-linux-gnu, 386) (push) Successful in 56s
Build and Deploy on Tag / update-tap (push) Successful in 4m48s
Fixed Process.ShellFileOrUrl was broken New.ShellFileOrUrl
2026-06-21 01:13:36 -05:00
2026-06-20 01:03:23 -05:00
2026-06-20 01:03:23 -05:00
2026-02-25 23:36:42 -06:00
2026-04-16 22:18:53 -05:00
2026-06-20 01:14:46 -05:00
2026-06-20 01:14:46 -05:00
2026-06-20 01:03:23 -05: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-08 09:59:16 -06:00
2024-12-28 14:38:00 -06:00
2025-09-05 11:36:02 -05:00
2026-06-20 01:51:52 -05:00
2026-06-20 01:34:32 -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 git.tesses.org/tesses50/crosslang:latest

Use in docker (build the container yourself)

    git clone https://git.tesses.org/tesses50/crosslang
    cd crosslang
    sudo docker build -t crosslang:latest .

To Install

  • Install mbedtls (use sudo apt install libmbedtls-dev on debian) for TessesFramework (no longer works on debian, needs -DTESSESFRAMEWORK_FETCHCONTENT=ON for debian)
  • Follow the commands bellow

Run these commands to install crosslang (with plugin support)

git clone https://git.tesses.org/tesses50/tessesframework
cd tessesframework
mkdir build 
cd build
cmake -S .. -B . -DTESSESFRAMEWORK_FETCHCONTENT=OFF
make
sudo make install
cd ../..
git clone https://git.tesses.org/tesses50/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 .
make -j`nproc`
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 3.8 MiB
Languages
C++ 96.5%
C 1.4%
CMake 1%
Shell 0.6%
NSIS 0.4%