Dynamic Build

This commit is contained in:
2025-07-22 18:24:35 -05:00
parent c356866721
commit 394e5d8484
4 changed files with 34 additions and 7 deletions

View File

@@ -48,6 +48,13 @@ make
sudo make install
```
## Build with shared libs only (no dependencies other than cmake and build-essentials)
```bash
cmake -S ../.. -B . -DTESSESFRAMEWORK_ENABLE_STATIC=OFF -DTESSESFRAMEWORK_ENABLE_SHARED=ON -DTESSESFRAMEWORK_FETCHCONTENT=ON
make -j`nproc`
sudo make install
```
## Run these commands to install crosslang (without plugin support)
Or use binaries from [here](https://crosslang.tesseslanguage.com/download/)