Move credits of date to tessesframework
This commit is contained in:
@ -47,11 +47,10 @@ if(CROSSLANG_FETCHCONTENT)
|
|||||||
|
|
||||||
set(TESSESFRAMEWORK_ENABLE_EXAMPLES OFF)
|
set(TESSESFRAMEWORK_ENABLE_EXAMPLES OFF)
|
||||||
set(TESSESFRAMEWORK_ENABLE_APPS OFF)
|
set(TESSESFRAMEWORK_ENABLE_APPS OFF)
|
||||||
if(NOT WIN32)
|
|
||||||
set(CROSSLANG_ENABLE_SHARED OFF)
|
set(CROSSLANG_ENABLE_SHARED OFF)
|
||||||
set(TESSESFRAMEWORK_ENABLE_SHARED OFF)
|
set(TESSESFRAMEWORK_ENABLE_SHARED OFF)
|
||||||
set(CROSSLANG_SHARED_EXECUTABLES OFF)
|
set(CROSSLANG_SHARED_EXECUTABLES OFF)
|
||||||
endif()
|
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
TessesFramework
|
TessesFramework
|
||||||
|
|||||||
21
README.md
21
README.md
@ -29,7 +29,26 @@ Tesses Cross Language
|
|||||||
- Install [mbedtls](https://github.com/Mbed-TLS/mbedtls) (use sudo apt install libmbedtls-dev on debian) for TessesFramework
|
- Install [mbedtls](https://github.com/Mbed-TLS/mbedtls) (use sudo apt install libmbedtls-dev on debian) for TessesFramework
|
||||||
- Follow the commands bellow
|
- Follow the commands bellow
|
||||||
|
|
||||||
## Run these commands to install crosslang
|
## Run these commands to install crosslang (with plugin support)
|
||||||
|
```bash
|
||||||
|
git clone https://onedev.site.tesses.net/tesses-framework
|
||||||
|
cd tesses-framework
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake -S .. -B .
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
cd ../..
|
||||||
|
git clone https://onedev.site.tesses.net/CrossLang
|
||||||
|
cd CrossLang
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake -S .. -B . -DCROSSLANG_FETCHCONTENT=OFF
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
|
## Run these commands to install crosslang (without plugin support)
|
||||||
Or use binaries from [here](https://crosslang.tesseslanguage.com/download/)
|
Or use binaries from [here](https://crosslang.tesseslanguage.com/download/)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user