Selaa lähdekoodia

HUE-8883 [docs] Update the requirements and headers troubleshoot for MacOS 10.15 (#1058)

Enrico Berti 5 vuotta sitten
vanhempi
commit
f813c58d45

+ 10 - 0
docs/docs-site/content/administrator/installation/dependencies/_index.md

@@ -101,10 +101,20 @@ Fix openssl errors (required for MacOS 10.11+)
 
     export LDFLAGS=-L/usr/local/opt/openssl/lib && export CPPFLAGS=-I/usr/local/opt/openssl/include
 
+On macOS 10.15+, install an older version of openssl
+
+    brew uninstall --ignore-dependencies openssl && brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb
+
 Fix the possible missing Python headers message by installing the MacOS SDK headers
 
+On macOS 10.14.x
+
     open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
 
+On macOS 10.15.x
+
+    sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/* /usr/local/include/
+
 
 ### Oracle Client lib
 

+ 1 - 1
docs/docs-site/content/developer/development/_index.md

@@ -16,7 +16,7 @@ This section goes into greater detail on how to build and reuse the components o
 * Python 2.7+ (Python 3 support tracked in [HUE-8737](https://issues.cloudera.org/browse/HUE-8737))
 * Django (1.11 already included in the distribution)
 * Java (Java 1.8) (should go away after [HUE-8740](https://issues.cloudera.org/browse/HUE-8740))
-* npm ([10.0+](https://deb.nodesource.com/setup_10.x))
+* Node.js ([10.0+](https://deb.nodesource.com/setup_10.x))
 
 ### Build & Start