From 48c538608d4a7899956c822e0b10a180e10e36e0 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 31 Aug 2025 22:28:01 -0500 Subject: [PATCH] Add downloads --- content/downloads/_index.md | 3 ++- content/downloads/linux.md | 22 ++++++++++++++++++++++ content/downloads/windows.md | 9 +++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/content/downloads/_index.md b/content/downloads/_index.md index 316d40e..dd70461 100644 --- a/content/downloads/_index.md +++ b/content/downloads/_index.md @@ -5,4 +5,5 @@ weight = 1 +++ - [Windows](windows.md) -- [Linux](linux.md) \ No newline at end of file +- [Linux](linux.md) +- [Shell Binary](https://downloads.tesses.net/ShellPackage.crvm) \ No newline at end of file diff --git a/content/downloads/linux.md b/content/downloads/linux.md index 3b79f35..5f4cff6 100644 --- a/content/downloads/linux.md +++ b/content/downloads/linux.md @@ -2,3 +2,25 @@ title = 'Linux Downloads' date = 2025-08-31T22:09:31-05:00 +++ + +# Install using package manager (Ubuntu 22:04 or later, and doesn't work on debian trixie (or maybe earlier) or later due to mbedtls) + +## Install Repository +````bash +sudo curl https://git.tesseslanguage.com/api/packages/tesses50/debian/repository.key -o /etc/apt/keyrings/gitea-tesses50.asc +echo "deb [signed-by=/etc/apt/keyrings/gitea-tesses50.asc] https://git.tesseslanguage.com/api/packages/tesses50/debian jammy main" | sudo tee -a /etc/apt/sources.list.d/gitea.list +sudo apt update +```` + +## Install the language +````bash +sudo apt install crosslang # OR +sudo apt install crosslang-devstudio # FOR IDE as well +```` + +# Or you can Download as tarball +[x86_64](https://dl.tesseslanguage.com//crosslang-x86_64.tar.gz) + + +# Or use this docker container +```onedev.site.tesses.net/crosslang/crosslangextras/crosslangextras:latest``` (no IDE though) \ No newline at end of file diff --git a/content/downloads/windows.md b/content/downloads/windows.md index cd1f5b6..9f944b3 100644 --- a/content/downloads/windows.md +++ b/content/downloads/windows.md @@ -2,3 +2,12 @@ title = 'Windows Downloads' date = 2025-08-31T22:09:58-05:00 +++ + +CrossLang +========= + + + +CrossLang DevStudio (The IDE) +============================= +[Download](https://dl.tesseslanguage.com/CrossLangDevStudio-Installer.exe) \ No newline at end of file