https://github.com/meshula/texsyn-umbrella
umbrella for Craig Reynold's TexSyn project
https://github.com/meshula/texsyn-umbrella
Last synced: 3 months ago
JSON representation
umbrella for Craig Reynold's TexSyn project
- Host: GitHub
- URL: https://github.com/meshula/texsyn-umbrella
- Owner: meshula
- Created: 2021-02-14T02:42:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T03:05:38.000Z (over 5 years ago)
- Last Synced: 2025-03-03T02:23:16.161Z (over 1 year ago)
- Language: CMake
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TexSyn-umbrella references in the source code for TexSyn, LazyPredator, and OpenCV, builds them statically, and then binds it all together into a single product.
Do the following:
```sh
cd your/project/directory
git clone --recursive https://github.com/meshula/TexSyn-umbrella.git
cd TexSyn-umbrella
./bootstrap.sh
./build.sh
```
Next, you can go into the directory that appears, TexSyn-build/bin, and type ./TexSyn and it should start evolving.
You only have to run bootstrap once. It builds opencv. You can run build every time you change the source code.