diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-06-01 19:20:26 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-06-08 11:40:23 -0700 |
| commit | b9cb718076bf1c408076153e33b5cd7ecc741d26 (patch) | |
| tree | d171365bf337ea410378b697d64c9c8b49a7d3bb /docs | |
| parent | 5bcbf877b74fc02f1ed596521cc57e112d259bcd (diff) | |
| download | nng-b9cb718076bf1c408076153e33b5cd7ecc741d26.tar.gz nng-b9cb718076bf1c408076153e33b5cd7ecc741d26.tar.bz2 nng-b9cb718076bf1c408076153e33b5cd7ecc741d26.zip | |
fixes #514 Need documentation updates for 1.0
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/BUILD_ANDROID.adoc | 7 | ||||
| -rw-r--r-- | docs/BUILD_CROSSCOMPILE.adoc | 4 | ||||
| -rw-r--r-- | docs/BUILD_IOS.adoc | 7 | ||||
| -rw-r--r-- | docs/BUILD_TLS.adoc | 4 | ||||
| -rw-r--r-- | docs/BUILD_ZEROTIER.adoc | 4 |
5 files changed, 22 insertions, 4 deletions
diff --git a/docs/BUILD_ANDROID.adoc b/docs/BUILD_ANDROID.adoc index 6e210c6d..7cb40339 100644 --- a/docs/BUILD_ANDROID.adoc +++ b/docs/BUILD_ANDROID.adoc @@ -1,7 +1,10 @@ +ifdef::env-github[] +:note-caption: :information_source: +endif::[] + = Building for Android -NOTE: I am not an Android developer, so this work has received only cursory -testing. As always, _caveat emptor_. +NOTE: This work has received only cursory testing. As always, _caveat emptor_. == Pre-Requisites diff --git a/docs/BUILD_CROSSCOMPILE.adoc b/docs/BUILD_CROSSCOMPILE.adoc index 8b57f812..c943f173 100644 --- a/docs/BUILD_CROSSCOMPILE.adoc +++ b/docs/BUILD_CROSSCOMPILE.adoc @@ -1,3 +1,7 @@ +ifdef::env-github[] +:note-caption: :information_source: +endif::[] + = Building for Cross Compilation TIP: Cross-compiling is used when the operating system or process architecure diff --git a/docs/BUILD_IOS.adoc b/docs/BUILD_IOS.adoc index eed23714..80f7c906 100644 --- a/docs/BUILD_IOS.adoc +++ b/docs/BUILD_IOS.adoc @@ -1,7 +1,10 @@ +ifdef::env-github[] +:note-caption: :information_source: +endif::[] + = Building for iOS (and tvOS, watchOS) -NOTE: I am not an iOS developer, so this work has had only minimal validation. -As always, _caveat emptor_! +NOTE: This work has had only minimal validation. As always, _caveat emptor_. == Pre-Requisites diff --git a/docs/BUILD_TLS.adoc b/docs/BUILD_TLS.adoc index 242e7f44..0ffa9c9d 100644 --- a/docs/BUILD_TLS.adoc +++ b/docs/BUILD_TLS.adoc @@ -1,3 +1,7 @@ +ifdef::env-github[] +:important-caption: :heavy_exclamation_mark: +endif::[] + = Building for TLSv1.2 Support If you want to include support for Transport Layer Security diff --git a/docs/BUILD_ZEROTIER.adoc b/docs/BUILD_ZEROTIER.adoc index 28f6098d..a61d065c 100644 --- a/docs/BUILD_ZEROTIER.adoc +++ b/docs/BUILD_ZEROTIER.adoc @@ -1,3 +1,7 @@ +ifdef::env-github[] +:important-caption: :heavy_exclamation_mark: +endif::[] + = Building for ZeroTier Support If you want to include support for the experimental ZeroTier |
