crosslang/README.md

38 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2024-12-28 20:38:00 +00:00
Tesses Cross Language
=====================
2024-12-28 20:43:35 +00:00
![CrossImage](logo.png)
2024-12-28 20:38:00 +00:00
2024-12-28 20:52:17 +00:00
## What is required to build this project
- [TessesFramework](https://gitea.site.tesses.net/tesses50/tesses-framework)
- Jansson (but can be turned off but is strongly recommended otherwise many programs will not work)
- CMake
- SDL2 (but can be turned off)
2024-12-30 03:43:52 +00:00
## Use in docker
```bash
git clone https://gitea.site.tesses.net/tesses50/crosslang
cd crosslang
sudo docker build -t crosslang:latest .
```
2024-12-28 20:52:17 +00:00
## To Install
2024-12-28 20:58:26 +00:00
- [Follow TessesFramework setup](https://gitea.site.tesses.net/tesses50/tesses-framework)
- Follow the commands bellow
2024-12-28 20:54:17 +00:00
2024-12-28 20:55:35 +00:00
## Run these commands to install crosslang (or use binaries from [here](https://crosslang.tesseslanguage.com/download/))
2024-12-28 20:54:17 +00:00
```bash
2024-12-28 20:56:55 +00:00
git clone https://gitea.site.tesses.net/tesses50/crosslang
cd crosslang
2024-12-28 20:52:17 +00:00
mkdir build
cd build
cmake -S .. -B .
make
sudo make install
```
2024-12-28 20:56:55 +00:00
2024-12-28 20:55:35 +00:00
```
2024-12-28 20:38:00 +00:00
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)
```