Difference between revisions of "Vnumlgui Debian"

From VNUML-WIKI
Jump to: navigation, search
m (Installing VNUMLGUI over Debian)
(Installing VNUMLGUI over Debian)
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
  gracia:~# apt-get install libgtk2-perl libextutils-depends-perl
 
  gracia:~# apt-get install libgtk2-perl libextutils-depends-perl
 
                   libextutils-pkgconfig-perl libglade2-dev
 
                   libextutils-pkgconfig-perl libglade2-dev
                   libgnome2-perl libvte-dev
+
                   libgnome2-perl libvte-dev libgtk2-gladexml-perl
 +
                  libsocket6-perl
  
 
<li>Install required Perl modules from CPAN. In order to do so, donwload
 
<li>Install required Perl modules from CPAN. In order to do so, donwload
Line 15: Line 16:
  
 
<ul>
 
<ul>
<li>[http://search.cpan.org/~tsch/Gtk2-GladeXML-1.006 Gtk2::GladeXML]</li>
 
 
<li>[http://search.cpan.org/~atrak/NetPacket-0.04 NetPacket]</li>
 
<li>[http://search.cpan.org/~atrak/NetPacket-0.04 NetPacket]</li>
<li>[http://search.cpan.org/~umemoto/Socket6-0.19 Socket6]</li>
 
 
<li>[http://search.cpan.org/~tsch/Gnome2-Vte-0.08 Gnome2::Vte]</li>
 
<li>[http://search.cpan.org/~tsch/Gnome2-Vte-0.08 Gnome2::Vte]</li>
 
</ul>
 
</ul>
  
<li>Change directory to vnumlgui source (let's assume this directory is /tmp/vnumlgui), then make</li>
+
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
 +
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 (that can be got from [http://pagesperso.erasme.org/michel/vnumlgui/ VNUMLGUI project page]). Let's assume this directory is /tmp/vnumlgui, so</li>
  
 
  gracia:~# cd /tmp/vnumlgui
 
  gracia:~# cd /tmp/vnumlgui

Latest revision as of 02:33, 8 March 2009

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.

  1. Install required Debian packages:
  2. gracia:~# apt-get install libgtk2-perl libextutils-depends-perl
                      libextutils-pkgconfig-perl libglade2-dev
                      libgnome2-perl libvte-dev libgtk2-gladexml-perl
                      libsocket6-perl
    
  3. Install required Perl modules from CPAN. In order to do so, donwload the file, uncompress, then "perl Makefile.PL ; make ; make install".
  4. 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 
    
  5. Change directory to vnumlgui source (that can be got from VNUMLGUI project page). Let's assume this directory is /tmp/vnumlgui, so
  6. gracia:~# cd /tmp/vnumlgui
    gracia:/tmp/vnumlgui# make
    
  7. Install:
  8. gracia:/tmp/vnumlgui# make install