Thread PerlPoint ...: ... wollte ich mal ausprobieren ... (60 answers)
Opened by steffenw at 2004-12-19 22:05

pKai
 2005-11-17 18:17
#50143 #50143
User since
2005-02-18
357 Artikel
BenutzerIn
[default_avatar]
Hallo Steffen,
was war nochmal dein konkretes Problem?
Und welche (üble) Rolle spielt Windows dabei?

Ich habe gerade PerlPoint::Package per PPM und Perlpoint::Converters as per Anweisung installiert:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Installation

Just get the PerlPoint-Converters-<release>.tar.gz file and unpack it in a temp directory:

% tar zxvf PerlPoint-Converters-<release>.tar.gz
% cd PerlPoint-Converters-<release>
% perl Makefile.PL
% make
% make test
% make install

% cd ./doc
% make

The main program is `pp2html'. Try `pp2html --help | less' to get more information.


Einzige Änderung make -> nmake
Alle Test laut Ausgabe erfolgreich.
Das make in ./doc erzeugt einiges an Doku in ./doc/PPDOC (PerlPoint-HTML-Präsentationen! Sehen ziemlich professionell aus.). Ich glaube da muss ich mich erstmal durchwühlen...
Und pp2html --help funktioniert auch.

Ach ja:
Code: (dl )
1
2
3
4
5
6
This is perl, v5.8.6 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)

Copyright 1987-2004, Larry Wall

Binary build 811 provided by ActiveState Corp. http://www.ActiveState.com


unter WinXPpro SP2.

Bis später beim Erlangen-PM-Treffen
--
Kai
I sense a soul in search of answers.

View full thread PerlPoint ...: ... wollte ich mal ausprobieren ...