Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the installation package.
git clone https://github.com/trilomix/GDS3D.git
- Go to the installation directory.
cd GSD3D /
- Install the dependencies.
yum install -y xcb* libxcb* yum install -y libX11-devel libXext-devel libXtst-devel libxkbcommon-devel libXrender-devel libgcrypt-devel pciutils-devel nss-devel cups-devel pulseaudio-libs-devel libgudev1-devel systemd-devel libcap-devel alsa-lib-devel ruby libXrandr-devel libXcomposite-devel libXcursor-devel dbus-devel fontconfig-devel yum install -y mesa* libglvnd-opengl freeglut libGLEW
- Perform the compilation.
make -C linux
Parent topic: GDS3D 1.9 Porting Guide (CentOS 7.6)