You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is not specificly an issue but when you only run make you get the executable binary and you coud basicly run it without any errors. and the command openspades in the terminal only executes the executable you compiled first. i could compile all releases. i first compiled 0.1.0 then i compiled 0.0.4 last. the command openspades only executed 0.1.0. significantly you dont need to use sudo make install. if you have path errors because it cant find stuff just log into the sudo account and run the command and it will find it automaticly.
The text was updated successfully, but these errors were encountered:
You can set OPENSPADES_RESOURCES in Cmake to point to an absolute path for each binary, and leave the default resources path empty. This way, there are no conflicts between versions.
The downside is that you'd have to recompile to change one of the binaries User Resource Directory or symlink it to a new location. Perhaps a relative path may also work, who knows.
This is what I am going to do from now on to keep 0.1.0 and the development version together
this is not specificly an issue but when you only run make you get the executable binary and you coud basicly run it without any errors. and the command openspades in the terminal only executes the executable you compiled first. i could compile all releases. i first compiled 0.1.0 then i compiled 0.0.4 last. the command openspades only executed 0.1.0. significantly you dont need to use sudo make install. if you have path errors because it cant find stuff just log into the sudo account and run the command and it will find it automaticly.
The text was updated successfully, but these errors were encountered: