Blzut3 wrote:It is. libomp5.
Since it's not packaged you're on your own as far as installing dependencies.
Which is really simple to do.
Open a terminal and type the following:
Get some other dependencies while you're at it, as well: (list taken from GZDoom's install package)
Code: Select all
sudo apt-get install libfluidsynth1 libopenal1 libc6 libgomp1 libsdl2-2.0-0 zlib1g libbz2-1.0 libasound2 libsndfile1 libmpg123-0
It's safe to type this command even if you already have the relevant packages installed, it will simply skip installing them if you have them.
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.
[quote="Blzut3"]It is. libomp5.
Since it's not packaged you're on your own as far as installing dependencies.[/quote]
Which is really simple to do.
Open a terminal and type the following:
[code]sudo apt-get install libomp5[/code]
Get some other dependencies while you're at it, as well: (list taken from GZDoom's install package)
[code]sudo apt-get install libfluidsynth1 libopenal1 libc6 libgomp1 libsdl2-2.0-0 zlib1g libbz2-1.0 libasound2 libsndfile1 libmpg123-0[/code]
It's safe to type this command even if you already have the relevant packages installed, it will simply skip installing them if you have them.
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.