Tip for people who want to run two completely independent versions of MusE:
Install your main version as usual.
For the test-version, adjust compile_muse.sh to include a custom installation path:
add cmake option:
-DCMAKE_INSTALL_PREFIX=~/Wherever/MusE_testing
If you choose a location in your home folder do not use sudo with make install.
Do also use a custom config location. I'm running MusE_testing with
Code:
#!/bin/bashexport XDG_CONFIG_HOME=~/Wherever/MusE_testing/config~/Wherever/MusE_testing/bin/muse4
That keeps everything nicely separate.
Statistics: Posted by Impostor — Mon Apr 29, 2024 2:14 pm