Bennu Game Development

English Forums => Documentation => Topic started by: JaViS on April 11, 2018, 07:55:38 PM

Title: [How To] Install BennuGD in Ubuntu 64 bits
Post by: JaViS on April 11, 2018, 07:55:38 PM
Recently I had to install Bennu in my Ubuntu machine, so I'm posting here the steps I took for doing so:


Download the latest release from the homepage:
wget http://www.bennugd.org/downloads/bgd-1.0.0-r348-linux.tar.gz


Extract the files:
tar -zxvf bgd-1.0.0-r348-linux.tar.gz


Set execution permissions
chmod +x bin/*


Move files to the right folders
sudo mv bin/* /usr/local/bin/
sudo mv lib/* /usr/local/lib/


Refresh lib cache
sudo ldconfig -v



Install compatibility with 32 bits

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386
sudo apt-get install libncurses5:i386
sudo apt-get install libstdc++6:i386


Install BennuGD dependencies

sudo apt-get install zlib1g:i386
sudo apt-get install libssl1.0.0:i386
sudo apt-get install libsdl1.2debian:i386
sudo apt-get install libsdl-mixer1.2:i386
sudo apt-get install libpng12-0:i386
sudo apt-get install libssl1.0.0:i386



LibPNG12 isn't included on the latest Ubuntu release, so you might need to manually download it and install.

Hope it helps!
Title: Re:[How To] Install BennuGD in Ubuntu 64 bits
Post by: Ryo Suzuki on November 16, 2019, 11:17:43 AM
Gracias, a ver si lo consigo.

Lo tengo en Win7 y me gustarĂ­a trabajar en Ubuntu mejor...