Merge pull request #3838 from JSYoo5B/osx-build-doc-issue

Problem: building on OS X may failed
This commit is contained in:
Luca Boccassi 2020-02-29 13:50:19 +00:00 committed by GitHub
commit f915971653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

11
INSTALL
View File

@ -137,6 +137,17 @@ The simplest way to compile this package is:
6. Often, you can also type `make uninstall' to remove the installed 6. Often, you can also type `make uninstall' to remove the installed
files again. 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 Compilers and Options
===================== =====================

15
RELICENSE/jsyoo5b.md Normal file
View File

@ -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 <jsyoo5b@gmail.com>", 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