Update README with correct SVN urls. Sigh.
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@247 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
parent
fb75a5419f
commit
fc05dc3c92
23
README
23
README
@ -1,6 +1,6 @@
|
|||||||
jdnssec-tools
|
jdnssec-tools
|
||||||
|
|
||||||
http://www.verisignlabs.com/dnssec-tools/
|
http://www.verisignlabs.com/jdnssec-tools/
|
||||||
|
|
||||||
Author: David Blacka (davidb@verisign.com)
|
Author: David Blacka (davidb@verisign.com)
|
||||||
|
|
||||||
@ -20,44 +20,43 @@ package and the other packages that are distributed with it.
|
|||||||
|
|
||||||
Getting started:
|
Getting started:
|
||||||
|
|
||||||
1. unpack the binary distribution:
|
1. Unpack the binary distribution:
|
||||||
|
|
||||||
% tar zxvf java-dnssec-tools-x.x.x.tar.gz
|
% tar zxvf java-dnssec-tools-x.x.x.tar.gz
|
||||||
|
|
||||||
2. run the various tools from their unpacked location:
|
2. Run the various tools from their unpacked location:
|
||||||
|
|
||||||
% cd java-dnssec-tools-x.x.x
|
% cd java-dnssec-tools-x.x.x
|
||||||
% ./bin/jdnssec-signzone -h
|
% ./bin/jdnssec-signzone -h
|
||||||
|
|
||||||
Building from source:
|
Building from source:
|
||||||
|
|
||||||
1. unpack the source distribution, preferably into the same directory
|
1. Unpack the source distribution, preferably into the same directory
|
||||||
that the binary distribution was unpacked.
|
that the binary distribution was unpacked.
|
||||||
|
|
||||||
% tar zxvf java-dnssec-tools-x.x.x-src.tar.gz
|
% tar zxvf java-dnssec-tools-x.x.x-src.tar.gz
|
||||||
|
|
||||||
2. edit the build.properties file to suit your environment,
|
2. Edit the build.properties file to suit your environment.
|
||||||
particularly the use of the jikes compiler.
|
|
||||||
|
|
||||||
3. run Ant (see http://jakara.apache.org for information about the Ant
|
3. Run Ant (see http://ant.apache.org for information about the Ant
|
||||||
build tool).
|
build tool).
|
||||||
|
|
||||||
% ant
|
% ant
|
||||||
|
|
||||||
4. You can build the distribution tarballs with 'ant dist'. You can
|
4. You can build the distribution tarballs with 'ant dist'. You can
|
||||||
run the tools directly from the build area by using the
|
run the tools directly from the build area (without building the
|
||||||
./bin/_jdnssec_* wrappers.
|
jdnssec-tools.jar file) by using the ./bin/_jdnssec_* wrappers.
|
||||||
|
|
||||||
|
|
||||||
The source for this project is available in subversion, at
|
The source for this project is available in subversion, at
|
||||||
http://svn.verisignlabs.com/main/dnssec/sectools/trunk. Source for
|
http://svn.verisignlabs.com/jdnssec/tools/trunk. Source for
|
||||||
the modified DNSjava library can be found in subversion at
|
the modified DNSjava library can be found in subversion at
|
||||||
http://svn.verisignlabs.com/main/dnssec/dnsjava/trunk.
|
http://svn.verisignlabs.com/jdnssec/dnsjava/trunk.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Questions or comments may be directed to the author
|
Questions or comments may be directed to the author
|
||||||
(mailto:davidb@verisign.com) or sent to the
|
(mailto:davidb@verisign.com) or sent to the
|
||||||
dnssec@verisignlabs.com mailing list
|
dnssec@verisignlabs.com mailing list
|
||||||
(http://lists.verisignlabs.com/mailman/listinfo/dnssec).
|
(https://lists.verisignlabs.com/mailman/listinfo/dnssec).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user