View Full Version : 02/21 patch
Newby
02-21-2024, 05:33 PM
structs and opcodes...
sycvt
02-21-2024, 05:48 PM
Thanks Newby! What's the best way to update for these changes if you didn't want to wait for the tarball release? Is there a way to bulk update and recompile using the diffs you posted?
sycvt
02-21-2024, 06:21 PM
I'm pretty newbie when it comes to linux, but I was able to figure this out with a little searching. Here's the steps I took if it happens to help anyone:
1) Copy existing source directory for current working SEQ version (6.3.10 for me currently) and into a new directory (seq_modified)
2) Copy the diffs.txt file posted in the patch thread into the same newly copied directory from the step above
3) Use the following terminal command to update: patch -p0 < use_diffs_filename_here.txt
4) Recompile the source in the new directory as you would normally.
Thank you Devs for all your hard work.
Download last month (January's) tarball if you haven't (otherwise just do make clean) then patch -p0 < ../diffs-XXXXXX.txt
BlueAdept
02-21-2024, 06:34 PM
Tarball and SVN are updated.
Powered by vBulletin® Version 4.1.11 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.