Files
crosslang/README.md

38 lines
997 B
Markdown

Tesses Cross Language
=====================
![CrossImage](logo.png)
## What is required to build this project
- [TessesFramework](https://onedev.site.tesses.net/TessesFramework)
- Jansson (but can be turned off but is strongly recommended otherwise many programs will not work)
- CMake
- SDL2 (but can be turned off)
## Use in docker
```bash
git clone https://onedev.site.tesses.net/CrossLang
cd CrossLang
sudo docker build -t crosslang:latest .
```
## To Install
- [Follow TessesFramework setup](https://onedev.site.tesses.net/TessesFramework)
- Follow the commands bellow
## Run these commands to install crosslang (or use binaries from [here](https://crosslang.tesseslanguage.com/download/))
```bash
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)
```