I will but I blew that VM away and will need to reload it.
I am currently working on another approach that is showing promise
(mama always said I was pigheaded):
sudo apt-get install autoconf
sudo apt-get install libtool
sudo apt-get install make
sudo apt-get install gettext
sudo apt-get install pkg-config
sudo apt-get install intltool
sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install glib2.0
sudo apt-get install gtk2.0
sudo apt-get install docutils-common
sudo apt-get install git
cd ~/Downloads
git clone git://github.com/geany/geany.git geany
cd geany
./autogen.sh
./autogen.sh
Make
make check
sudo make install
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.