From 87f9e377dd87b48ba077e8186a0f16cb6ef5eed8 Mon Sep 17 00:00:00 2001 From: JaeSang Yoo Date: Sat, 29 Feb 2020 17:27:56 +0900 Subject: [PATCH] Problem: building on OS X may failed Solution: Add troubleshooting guidelines to resolve (Relicensing statement added) --- INSTALL | 11 +++++++++++ RELICENSE/jsyoo5b.md | 15 +++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 RELICENSE/jsyoo5b.md diff --git a/INSTALL b/INSTALL index 3592ff67..91cb0a5e 100644 --- a/INSTALL +++ b/INSTALL @@ -137,6 +137,17 @@ The simplest way to compile this package is: 6. Often, you can also type `make uninstall' to remove the installed files again. +OS X Builds - Documentation +=========================== + +Basic installation on OS X may fail in `Making all in doc' step. This +error can be resolved by adding environment variable for shell. + +export XML_CATALOG_FILES=/usr/local/etc/xml/catalog + +Write comamnd above in shell for instant resolve, or append command into +shell profile file and reload for permanent resolve. + Compilers and Options ===================== diff --git a/RELICENSE/jsyoo5b.md b/RELICENSE/jsyoo5b.md new file mode 100644 index 00000000..655b38ec --- /dev/null +++ b/RELICENSE/jsyoo5b.md @@ -0,0 +1,15 @@ +# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL + +This is a statement by JaeSang Yoo +that grants permission to relicense its copyrights in the libzmq C++ +library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other +Open Source Initiative approved license chosen by the current ZeroMQ +BDFL (Benevolent Dictator for Life). + +A portion of the commits made by the Github handle "JSYoo5B", with +commit author "JaeSang Yoo ", are copyright of JaeSang Yoo. +This document hereby grants the libzmq project team to relicense libzmq, +including all past, present and future contributions of the author listed above. + +JaeSang Yoo +2020.02.29