About Store Forum Documentation Contact



Post Reply 
Ubuntu install dependencies.
Author Message
txguy Offline
Banned

Post: #1
Ubuntu install dependencies.
Took me awhile googling the dependencies after install so this might be useful for future ubuntu users.


sudo apt-get install clang
sudo apt-get install libx11-dev
libx1-dev
libxinerama-dev
sudo apt-get install -y libxmu-dev
sudo apt-get install freeglut3-dev
sudo apt-get install libopenal-dev
zlib1g-dev
libudev-dev
sudo apt install libxcursor-dev
unixodbc-dev
libxrandr-dev
12-05-2022 10:05 AM
Find all posts by this user Quote this message in a reply
Fex Offline
Gold Supporter

Post: #2
RE: Ubuntu install dependencies.
This list has always worked for me:

https://esenthel.com/?id=doc#Installation

Code:
sudo apt-get install libxmu-dev libxi-dev libxinerama-dev libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libmotif-dev unixodbc-dev lib32stdc++6 libgl1-mesa-dev libz-dev libxxf86vm-dev clang
12-06-2022 04:03 PM
Find all posts by this user Quote this message in a reply
txguy Offline
Banned

Post: #3
RE: Ubuntu install dependencies.
Thank you. I didnt know there was a forum for this engine until i after I installed it.
12-07-2022 05:06 AM
Find all posts by this user Quote this message in a reply
Post Reply