AsYetUntitled / extDB2

Arma3 Extension DB C++ dll / so by @Torndeco. [superseded by extDB3]
https://bitbucket.org/torndeco/extdb3/
GNU General Public License v3.0
18 stars 26 forks source link

extDB2/README.md missing linux requirements? #7

Open ReeceGordon opened 7 years ago

ReeceGordon commented 7 years ago

I was having issues with getting extDB2 to work and found it I was missing a dependency for my OS. These aren't listed under "Linux Requirements" on the extDB2 README.md and the documentation links are broken.

Requirements to add:

Debian/Ubuntu x64:

apt-get install libtbb2:i386

RedHat/CentOS x64:

yum install tbb.i686

After getting the above CentOS requirement my extDB2 started to function properly.