# #extract the glade3-3.8.5 files from the tar file tar -xvf glade3-3.8.5.tar.xz # # #install packages that will be need to compile and install glade3-3.8.5 sudo apt-get install gnome-common sudo apt-get install devhelp sudo apt-get install libglade2-dev sudo apt-get install libgtk2.0-dev sudo apt-get install python-gtk2-dev sudo apt-get install gnome-doc-utils sudo apt-get install gtk-doc-tools sudo apt-get install intltool sudo apt-get install libglib2.0-dev sudo apt-get install libxml++2.6-dev # #change directory to glade3-3.8.5 the compile an dinstall glade3.8.5 cd glade3-3.8.5 # #run configure to setup the source code for compiling sudo ./configure # #compile the package sudo make # #install the programs and any data and documentation files sudo make install # # create the necessary links and cache to the most recent shared libraries sudo ldconfig # # move back up one directory cd .. # #extract the glade3 folder adn files from the glade3.tar file tar -xvf glade3.tar.xz # #copy the glade3 subdirectory to the directory /usr/local/share/ sudo cp -R glade3 /usr/local/share/