Build 921 is posted on the files pages:
https://app.assembla.com/spaces/chdkptp/documentsHighlights:
Windows builds should no longer have issues that caused sleep and time measurement to have only ~15ms precision in some cases. This could substantially affect multicam sync, and cause some operations to be significantly slower than they needed to be.
Linux intel and raspberry pi builds should run on modern distros. Tested on raspbian 10, Ubuntu 19.10, Fedora 31.
Building on Linux and msys2 should be much simpler than it used to be:
* Check out the source from
https://subversion.assembla.com/svn/chdkptp/trunk or download it from
https://app.assembla.com/spaces/chdkptp/subversion/source/HEAD/trunk using the download button
* Install any required distro-provided dependencies. Common ones are listed in the readme or the output of misc/setup-ext-libs.bash -h
* From the root of the chdkptp source, run misc/setup-ext-libs.bash
* It will download, extract, and build as needed. If it works, you can then just run make in the source tree to build chdkptp (you still need to set GUI=1 if you want the GUI)
setup-ext-libs.bash likely does not work on OSX, but I think I fixed the bug in the script
@ftm encountered in
https://chdk.setepontos.com/index.php?topic=6231.msg135956#msg135956A bunch of improvements to multicam and other changes described in the changelog
https://app.assembla.com/spaces/chdkptp/wiki/Changelog (where assembla's textile engine didn't eat it
)