bad
bad copied to clipboard
A collection of docker files for cross compiling various native libraries
This repo was a huge help because we needed vertical datum calculations from the proj library in our Android app. I am having trouble building proj after version 5.2.0. The...
It would be nice to be able to use tab completion for a list of supported builds; different versions and archs for various make targets.
Add a build of tesseract 4.1.0, possibly replacing the existing 4.0.0. - [ ] Build - [ ] Test
How to solve the problem of having Dockerfiles for multiple versions of a library? - What about different architectures? - What about different variants? E.g. Tesseract with/without support for pango,...
Portable detection of current directory is needed, e.g. this is the powershell equivalent for extraction: ``` docker run --rm -i -v %cd%/extracted:/host ..... ```
- [x] openssl - [ ] opencv
Initially https://github.com/benlau/qtci looks like the way to go. ### Todo - [ ] Create travis config which installs, as minimum, Qt 5.12. See https://github.com/benlau/qtci/blob/master/.travis.yml for reference. - [ ] Modify...