It did not work.
It responded this:
How can i solve that problem?./raze
./raze: error while loading shared libraries: libomp.so.5: cannot open shared object file: No such file or directory
Greetings
Funduke
Moderator: Raze Developers
How can i solve that problem?./raze
./raze: error while loading shared libraries: libomp.so.5: cannot open shared object file: No such file or directory
Which is really simple to do.Blzut3 wrote:It is. libomp5.
Since it's not packaged you're on your own as far as installing dependencies.
Code: Select all
sudo apt-get install libomp5
Code: Select all
sudo apt-get install libfluidsynth1 libopenal1 libc6 libgomp1 libsdl2-2.0-0 zlib1g libbz2-1.0 libasound2 libsndfile1 libmpg123-0
If you have any interest in doing it, look at ECWolf's usage of CPack. Starting with CMake 3.11 it's possible to make deb packages that pass lintian.Rachael wrote:Making a package takes a lot of time for me and I have no automated process to do it, so I simply did not bother.