aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-09-21 17:32:56 -0400
committerJack Lloyd <[email protected]>2015-09-21 17:32:56 -0400
commit2ec08fa6b5fd270e50f8526c1c6dfaabfda66e02 (patch)
treef42757e9490789b087724ded16e9f363d915547b /doc/manual
parentb999079ebdfd1c9bd288763ae06dfdf6a31325e0 (diff)
Remove the Perl XS module
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/building.rst38
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/manual/building.rst b/doc/manual/building.rst
index 0238f5f2f..778a74a29 100644
--- a/doc/manual/building.rst
+++ b/doc/manual/building.rst
@@ -405,41 +405,3 @@ To install the module, use the ``install_python`` target.
See :doc:`Python Bindings <python>` for more information about the
binding.
-
-Building the Perl XS wrappers
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To build the Perl XS wrappers, after building the main library change
-your directory to ``src/contrib/perl-xs`` and run ``perl Makefile.PL``,
-then run ``make`` to build the module and ``make test`` to run the
-test suite::
-
- $ perl Makefile.PL
- Checking if your kit is complete...
- Looks good
- Writing Makefile for Botan
- $ make
- cp Botan.pm blib/lib/Botan.pm
- AutoSplitting blib/lib/Botan.pm (blib/lib/auto/Botan)
- /usr/bin/perl5.8.8 /usr/lib64/perl5/5.8.8/ExtUtils/xsubpp [...]
- g++ -c -Wno-write-strings -fexceptions -g [...]
- Running Mkbootstrap for Botan ()
- chmod 644 Botan.bs
- rm -f blib/arch/auto/Botan/Botan.so
- g++ -shared Botan.o -o blib/arch/auto/Botan/Botan.so \
- -lbotan -lbz2 -lpthread -lrt -lz \
-
- chmod 755 blib/arch/auto/Botan/Botan.so
- cp Botan.bs blib/arch/auto/Botan/Botan.bs
- chmod 644 blib/arch/auto/Botan/Botan.bs
- Manifying blib/man3/Botan.3pm
- $ make test
- PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 [...]
- t/base64......ok
- t/filt........ok
- t/hex.........ok
- t/oid.........ok
- t/pipe........ok
- t/x509cert....ok
- All tests successful.
- Files=6, Tests=83, 0 wallclock secs ( 0.08 cusr + 0.02 csys = 0.10 CPU)