Yeah, you’re right! I modified my shortcut script to this:
cd ardour/ardour/gtk2_ardour
./ardev
Now it runs directly from the source code without anything being compiled. Thanks for all the help! I appreciate it! ![]()
Yeah, you’re right! I modified my shortcut script to this:
cd ardour/ardour/gtk2_ardour
./ardev
Now it runs directly from the source code without anything being compiled. Thanks for all the help! I appreciate it! ![]()
Just a quick note, it runs there BECAUSE you have already compiled it. If you hadn’t compiled it wouldn’t run. But if, in the future, you do a git pull in that directory and recompile that will still work and will run the updated code.
Seablade
And this will get you a nightly build, you might - or might not - want to checkout the latest version tag before compiling.
git checkout 8.6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.