20 Sep
2024
20 Sep
'24
9:36 p.m.
Den 20.09.2024 22:08, skrev Andrew Randrianasulu:
using
https://github.com/monero-project/monero/pull/9305/commits/de9c461a98f5e1fe3...
as example.
you can try to apply patch with "git am path_to_patch_file" command
it hopefully also works with older boost versions.
I tested on termux, where boost at 1.83.0 level and it compiles and shows help info.
My attempt: # mv 0001-Fix-build-in-makeappimage-for-boost-1.85.patch /home/cinelerra/cinelerra-5.1 # cd /home/cinelerra/cinelerra-5.1 # git am /home/cinelerra/cinelerra-5.1/0001-Fix-build-in-makeappimage-for-boost-1.85.patch Applying: Fix build in makeappimage for boost 1.85 Then continue on the first thread