
richter at apache
Oct 26, 2005, 10:09 PM
Post #1 of 1
(969 views)
Permalink
|
|
svn commit: r328791 - in /perl/embperl/trunk: SVN.pod xsbuilder/README
|
|
Author: richter Date: Wed Oct 26 22:09:36 2005 New Revision: 328791 URL: http://svn.apache.org/viewcvs?rev=328791&view=rev Log: svn docs Modified: perl/embperl/trunk/SVN.pod perl/embperl/trunk/xsbuilder/README Modified: perl/embperl/trunk/SVN.pod URL: http://svn.apache.org/viewcvs/perl/embperl/trunk/SVN.pod?rev=328791&r1=328790&r2=328791&view=diff ============================================================================== --- perl/embperl/trunk/SVN.pod (original) +++ perl/embperl/trunk/SVN.pod Wed Oct 26 22:09:36 2005 @@ -22,43 +22,43 @@ helpful. - -=head2 Anonymous Subversion - -To access the Subversion repositories anonymously, you will need a Subversion client. -You can also browse the ASF projects that are using Subversion with a Webbroswer via -http://svn.apache.org/repos/asf/. - -Embperl can be found at the URL http://svn.apache.org/repos/asf/perl/embperl/ - -To check it out use - - svn checkout http://svn.apache.org/repos/asf/perl/embperl/trunk embperl - -To keep it up to date go into the embperl directory and run - - svn up - -For more help on using Subversion, consult the Subversion website (http://subversion.tigris.org/) -or Subversion book (http://svnbook.red-bean.com/). -The web site provides a list of clients and useful links (http://subversion.tigris.org/project_links.html). - + +=head2 Anonymous Subversion + +To access the Subversion repositories anonymously, you will need a Subversion client. +You can also browse the ASF projects that are using Subversion with a Webbroswer via +http://svn.apache.org/repos/asf/. + +Embperl can be found at the URL http://svn.apache.org/repos/asf/perl/embperl/ + +To check it out use + + svn checkout http://svn.apache.org/repos/asf/perl/embperl/trunk embperl + +To keep it up to date go into the embperl directory and run + + svn up + +For more help on using Subversion, consult the Subversion website (http://subversion.tigris.org/) +or Subversion book (http://svnbook.red-bean.com/). +The web site provides a list of clients and useful links (http://subversion.tigris.org/project_links.html). + =head2 web-access -As mentioned above you can browser the svn repository directly with a webbrowser at -http://svn.apache.org/repos/asf/perl/embperl - -A more confortable way is to use http://svn.apache.org/viewcvs.cgi/perl/embperl/ - - +As mentioned above you can browser the svn repository directly with a webbrowser at +http://svn.apache.org/repos/asf/perl/embperl + +A more confortable way is to use http://svn.apache.org/viewcvs.cgi/perl/embperl/ + + =head2 Snapshot A snapshot is rolled off the Embperl tree every 6 hours and placed here: -http://svn.apache.org/snapshots/embperl/ - +http://svn.apache.org/snapshots/embperl/ + =head2 Embperl 1.x @@ -66,9 +66,9 @@ will become necessary you can access the Embperl 1.x code via the branch B<ep1>, so when you checkout just run - - svn checkout http://svn.apache.org/repos/asf/perl/embperl/branches/ep1/ - + + svn checkout http://svn.apache.org/repos/asf/perl/embperl/branches/ep1/ + =head2 MAILING LIST @@ -77,6 +77,19 @@ commited to the SVN. If you want to know what's going on which Embperl, you can subscribe by sending a mail to B<embperl-CVS-request [at] perl> with B<subscribe> in the body. + +=head2 Building from SVN sources + +Before you can build Embperl from sources that are checked out from the SVN, you need +to generate some glue code. This is done by the module ExtUtils::XSBuilder, so you +need to install it first from CPAN. When it's installed run: + + perl xsbuilder/source_scan.pl + perl xsbuilder/xs_generate.pl + perl Makefile.PL + make + make test + make install Modified: perl/embperl/trunk/xsbuilder/README URL: http://svn.apache.org/viewcvs/perl/embperl/trunk/xsbuilder/README?rev=328791&r1=328790&r2=328791&view=diff ============================================================================== --- perl/embperl/trunk/xsbuilder/README (original) +++ perl/embperl/trunk/xsbuilder/README Wed Oct 26 22:09:36 2005 @@ -1,4 +1,5 @@ This directory contains all the stuff for building the XS-glue code in the xs directory. You need to have ExtUtils::XSBuilder installed to use it. -Normaly this isn't necessary. +Normaly this isn't necessary, only in case you have checked out the sources +from SVN. --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-cvs-unsubscribe [at] perl For additional commands, e-mail: embperl-cvs-help [at] perl
|