Filling out Readme.md
This commit is contained in:
17
README.md
17
README.md
@ -4,6 +4,23 @@ Tesses Cross Language
|
|||||||

|

|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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)
|
||||||
|
|
||||||
|
## To Install
|
||||||
|
- [Follow TessesFramework setup](https://gitea.site.tesses.net/tesses50/tesses-framework)
|
||||||
|
- ```bash
|
||||||
|
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)
|
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)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user