Filling out Readme.md

This commit is contained in:
Mike Nolan 2024-12-28 14:56:55 -06:00
parent c33d3bf149
commit ca20120794
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,6 @@ Tesses Cross Language
![CrossImage](logo.png) ![CrossImage](logo.png)
## What is required to build this project ## What is required to build this project
- [TessesFramework](https://gitea.site.tesses.net/tesses50/tesses-framework) - [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) - Jansson (but can be turned off but is strongly recommended otherwise many programs will not work)
@ -16,12 +14,15 @@ Tesses Cross Language
## Run these commands to install crosslang (or use binaries from [here](https://crosslang.tesseslanguage.com/download/)) ## Run these commands to install crosslang (or use binaries from [here](https://crosslang.tesseslanguage.com/download/))
```bash ```bash
git clone https://gitea.site.tesses.net/tesses50/crosslang
cd crosslang
mkdir build mkdir build
cd build cd build
cmake -S .. -B . cmake -S .. -B .
make make
sudo make install 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) 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)
``` ```