summaryrefslogtreecommitdiff
path: root/cmd/rescribe/embed_linux.go
AgeCommit message (Collapse)Author
2022-10-27Allow completely non-embedded buildsNick White
This enables installs straight from 'go install' or 'fyne install'. It also means warning if a system getgbook isn't found, and erroring if tesseract isn't found (as was done already). The location of getgbook can therefore now be specified on the command line. Embedded builds are enabled with the -tags embed flag, which the makefile sets for all builds.
2022-02-23rescribe: Add embedded support for getgbook, for linux only so farNick White
2021-06-22rescribe: add embedded tesseract for linuxNick White
2021-06-21rescribe: Set up so only Tesseract needed for the build platform is embeddedNick White