Difference between revisions of "GoGoMini v1.2"

From nikosapi.org wiki
Jump to navigation Jump to search
m (Reverted edits by 210.19.71.60 (Talk); changed back to last version by Nikosapi)
 
m (1 revision)
 
(No difference)

Latest revision as of 22:16, 13 September 2013

GoGoMini 1.2 in action!

New Features

  • Support for long recordings
  • New "Input Source" section in the gui
  • A better configuration file with many more options that can be changed (~/.gogo-mini/settings)

Installation

The source: gogo-mini-1.2.tar.bz2

Fedora

su -c "yum install pygtk2-libglade pygtk2"
wget http://nikosapi.org/software/gogo-mini/gogo-mini-1.2.tar.bz2
tar -xjvf gogo-mini-1.2.tar.bz2
cd gogo-mini-1.2/
su -c "make install"

Ubuntu

sudo apt-get install python-glade2 python-gtk2
wget http://nikosapi.org/software/gogo-mini/gogo-mini-1.2.tar.bz2
tar -xjvf gogo-mini-1.2.tar.bz2
cd gogo-mini-1.2/
sudo make install


Then that should be it! Run gogo-mini to launch the program or it should have also shown up in your programs menu.