Difference between revisions of "Vnumlgui Debian"
m (→Installing VNUMLGUI over Debian: (added apt-get install command)) |
|||
Line 22: | Line 22: | ||
Alternatively, we have build unofficial packages for these modules, that | Alternatively, we have build unofficial packages for these modules, that | ||
can be found in the usual VNUML APT server ("<nowiki>deb http://jungla.dit.upm.es/~vnuml/debian binary/</nowiki>" in /etc/sources.list) or | can be found in the usual VNUML APT server ("<nowiki>deb http://jungla.dit.upm.es/~vnuml/debian binary/</nowiki>" in /etc/sources.list) or | ||
− | directly downloaded from [http://jungla.dit.upm.es/~vnuml/debian/binary repository] | + | directly downloaded from [http://jungla.dit.upm.es/~vnuml/debian/binary repository]: |
+ | |||
+ | apt-get install libnetpacket-perl libgnome2-vte-perl | ||
<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 22:47, 18 December 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:
- Install required Perl modules from CPAN. In order to do so, donwload the file, uncompress, then "perl Makefile.PL ; make ; make install".
- Change directory to vnumlgui source (let's assume this directory is /tmp/vnumlgui), then make
- Install:
gracia:~# apt-get install libgtk2-perl libextutils-depends-perl libextutils-pkgconfig-perl libglade2-dev libgnome2-perl libvte-dev libgtk2-gladexml-perl libsocket6-perl
Alternatively, we have build unofficial packages for these modules, that can be found in the usual VNUML APT server ("deb http://jungla.dit.upm.es/~vnuml/debian binary/" in /etc/sources.list) or directly downloaded from repository:
apt-get install libnetpacket-perl libgnome2-vte-perl
gracia:~# cd /tmp/vnumlgui gracia:/tmp/vnumlgui# make
gracia:/tmp/vnumlgui# make install