Disfruta de los vídeos y la música que te gustan, sube material original y comparte el contenido con tus amigos, tu familia y el resto del mundo en YouTube.
Oh, this is good. It replaced the version I already had installed. I like what you are doing to it.
Edit: A suggestion: You should add instructions on how to update it since it is a manual install
Thanks for the idea, I’ll try doing someting like that. Until then, in most cases, you can just do sudo make uninstall in the build folder, for opensuse, I have no idea yet, I’m not too familiar with cmake, so I’ll have to do some research on that. Maybe the best solution would be writing a script that works everywhere, and then, you also don’t have to have a build folder.
Oh, this is good. It replaced the version I already had installed. I like what you are doing to it. Edit: A suggestion: You should add instructions on how to update it since it is a manual install
Thanks for the idea, I’ll try doing someting like that. Until then, in most cases, you can just do
sudo make uninstall
in the build folder, for opensuse, I have no idea yet, I’m not too familiar with cmake, so I’ll have to do some research on that. Maybe the best solution would be writing a script that works everywhere, and then, you also don’t have to have a build folder.Is there way to know if there is an update, or do I need to keep doing git pulls?
At the moment, it’s just git pulls, until I find a better solution. But now it has a
uninstall.sh
so you can delete it without a build folder atleastOh nice. Making good progress I see.