Difference between revisions of "Vnumlgui Debian"
(New page: ==Installing VNUMLGUI over Debian== This HowTo describes how to install VNUMLGUI in a Debian system. It is assumed that VNUML has been previously installed. The procedure described here i...) |
(→Installing VNUMLGUI over Debian) |
||
Line 4: | Line 4: | ||
<ol> | <ol> | ||
+ | |||
+ | <li>Install required Debian packages:<li> | ||
+ | |||
+ | gracia:~# apt-get install libgtk2-perl libextutils-depends-perl libextutils-pkgconfig-perl libglade2-dev libgnome2-perl | ||
+ | |||
+ | <li>Install required Perl modules from CPAN. In order to do so, donwload | ||
+ | the file, uncompress, then "perl Makefile ; make ; make install".</li> | ||
+ | |||
+ | <ul> | ||
+ | [http://search.cpan.org/~tsch/Gtk2-GladeXML-1.006 Gtk::GladeXML] | ||
+ | </ul> | ||
<li>Change directory to vnumlgui source (let's assume this directory is /tmp/vnumlgui), then make:</li> | <li>Change directory to vnumlgui source (let's assume this directory is /tmp/vnumlgui), then make:</li> |
Revision as of 23:47, 2 October 2007
Installing VNUMLGUI over Debian
This HowTo describes how to install VNUMLGUI in a Debian system. It is assumed that VNUML has been previously installed. The procedure described here is based on the code downloaded from CVS, but I guess is the same when installing from the .tgz.
- Install required Debian packages:
- gracia:~# apt-get install libgtk2-perl libextutils-depends-perl libextutils-pkgconfig-perl libglade2-dev libgnome2-perl
- Install required Perl modules from CPAN. In order to do so, donwload the file, uncompress, then "perl Makefile ; make ; make install".
- Change directory to vnumlgui source (let's assume this directory is /tmp/vnumlgui), then make:
gracia:~# cd /tmp/vnumlgui gracia:/tmp/vnumlgui#