From a04638b9034a607334da757f017930db7275f168 Mon Sep 17 00:00:00 2001 From: tomime Date: Thu, 11 Aug 2016 22:48:18 +0200 Subject: [PATCH 1/5] link to scons.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5728e5..f764864 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Features Installing ========== ### Prerequisites -* SCons +* [SCons](http://scons.org/) ### Optional Dependencies * pkg-config (for `scons test`) From c5fc65b58beaf7ff2800c1cd6dfb8c16143f77c8 Mon Sep 17 00:00:00 2001 From: tomime Date: Thu, 11 Aug 2016 22:48:55 +0200 Subject: [PATCH 2/5] link to swig.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f764864..00e1071 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Installing * pkg-config (for `scons test`) * glib-2.0 (>= 2.29) (for `scons test`) * glib-2.0-dev (for `scons test`) -* swig (for Python/Perl/PHP bindings; Perl requires >= 2.0.8) +* [swig](http://swig.org/) (for Python/Perl/PHP bindings; Perl requires >= 2.0.8) * python2.7-dev (for Python bindings) * a JDK (for Java bindings) * a working [phpenv](https://github.com/CHH/phpenv) configuration (for PHP bindings) From b6c1d8805404677bb4065a4c9981928cb2b816e2 Mon Sep 17 00:00:00 2001 From: tomime Date: Thu, 11 Aug 2016 22:50:20 +0200 Subject: [PATCH 3/5] link to ruby-lang.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00e1071..e26a85d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Installing * python2.7-dev (for Python bindings) * a JDK (for Java bindings) * a working [phpenv](https://github.com/CHH/phpenv) configuration (for PHP bindings) -* Ruby >= 1.9.3 and bundler, for the Ruby bindings +* [Ruby](https://www.ruby-lang.org/) >= 1.9.3 and bundler, for the Ruby bindings * mono-devel and mono-mcs (>= 3.0.6) (for .NET bindings) * nunit (for testing .NET bindings) From 9dc295ef064bca83ccb0a63e10969cafcce4aad2 Mon Sep 17 00:00:00 2001 From: tomime Date: Thu, 11 Aug 2016 22:55:43 +0200 Subject: [PATCH 4/5] link to nunit.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e26a85d..b542ee2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Installing * a working [phpenv](https://github.com/CHH/phpenv) configuration (for PHP bindings) * [Ruby](https://www.ruby-lang.org/) >= 1.9.3 and bundler, for the Ruby bindings * mono-devel and mono-mcs (>= 3.0.6) (for .NET bindings) -* nunit (for testing .NET bindings) +* [nunit](http://www.nunit.org/) (for testing .NET bindings) To build, type `scons`. To run the built-in test suite, type `scons test`. For a debug build, add `--variant=debug`. From c071c2dc539b9ac7711e0acb4a59e7730eb7fb87 Mon Sep 17 00:00:00 2001 From: tomime Date: Thu, 11 Aug 2016 23:59:59 +0200 Subject: [PATCH 5/5] wikipedia links for base64 and DNS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b542ee2..ee62558 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ To learn about hammer check Examples ======== The `examples/` directory contains some simple examples, currently including: -* base64 -* DNS +* [base64](https://en.wikipedia.org/wiki/Base64) +* [DNS](https://en.wikipedia.org/wiki/Domain_Name_System) Known Issues ============