[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Thu Mar 20 18:45:11 UTC 2008
kawas
Thu Mar 20 14:45:10 EDT 2008
Update of /home/repository/moby/moby-live/Perl
In directory dev.open-bio.org:/tmp/cvs-serv31078/Perl
Modified Files:
README
Log Message:
added explanations for installing the client side of moby and added some more lines to the 'creating cpan releases'
moby-live/Perl README,1.4,1.5
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Perl/README 2008/02/22 20:22:15 1.4
+++ /home/repository/moby/moby-live/Perl/README 2008/03/20 18:45:10 1.5
@@ -44,6 +44,18 @@
make
make test
make install
+
+To install just the *client* Perl MOBY libraries on your system,
+type the following (from within MOBY-Client/):
+
+ perl populate_libs.pl
+ perl Makefile.PL
+ make
+ make test
+ make install
+
+The script populate_libs.pl goes through the MOBY-Server directory
+and extracts those modules required just for Client side MOBY.
DEPENDENCIES
@@ -69,6 +81,7 @@
moby-live/Perl/MOBY-Client>rm -rf ./lib
moby-live/Perl/MOBY-Client>perl populate_libs.pl
moby-live/Perl/MOBY-Client>perl Makefile.PL
+ moby-live/Perl/MOBY-Client>make test
moby-live/Perl/MOBY-Client>make dist
Once you are done, you should have a MOBY-Client*.tar.gz
@@ -82,6 +95,8 @@
moby-live/Perl>cd MOBY-Server
moby-live/Perl/MOBY-Server>perl Makefile.PL
+ moby-live/Perl/MOBY-Server>make
+ moby-live/Perl/MOBY-Server>make test
moby-live/Perl/MOBY-Server>make dist
Once you are done, you should have a MOBY-Server*.tar.gz
@@ -95,6 +110,8 @@
moby-live/Perl>cd MOSES-MOBY
moby-live/Perl/MOSES-MOBY>perl Makefile.PL
+ moby-live/Perl/MOSES-MOBY>make
+ moby-live/Perl/MOSES-MOBY>make test
moby-live/Perl/MOSES-MOBY>make dist
Once you are done, you should have a MOSES-MOBY*.tar.gz
More information about the MOBY-guts
mailing list