I tried downloading the z-library app on Mac but it won’t let me open it since it says that the developer cannot be verified, I’m pretty sure I downloaded it from the actual z-library domani and not one of the scam ones, any idea if I can get around this pop up? An if it is safe to do so?
Which macOS versions are supported?
Do I need a different login on macOS?
How do I verify the DMG checksum?
How do I download it to my Mac? Every time I try to it tells me to put it in the trash with an exclamation point
I could really use someone's help on how to download it.
TIA.
Just run in the command line:
xcode-select --install
In OS X 10.9+, the command line developer tools are now installed on demand. So after running this also zlib and zlib-devel should be available (no need for brew install zlib...)
For OS X Mojave
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
The reason is because Xcode Command Line tools no longer installs needed headers in /include. You have to run a separate command to install the needed headers.
As noted here - https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes
The command line tools will search the SDK for system headers by default. However, some software may fail to build correctly against the SDK and require macOS headers to be installed in the base system under /usr/include. If you are the maintainer of such software, we encourage you to update your project to work with the SDK or file a bug report for issues that are preventing you from doing so. As a workaround, an extra package is provided which will install the headers to the base system. In a future release, this package will no longer be provided. You can find this package at: /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg To make sure that you're using the intended version of the command line tools, run xcode-select -s or xcode select -s /Library/Developer/CommandLineTools after installing.
https://github.com/pyenv/pyenv/issues/1219
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
It helped me as well, answer is here: https://github.com/Homebrew/homebrew-core/issues/29176 More details, this works:
brew update(Re)Install CLT.
installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /brew reinstall python@2
For those that don't know it yet.....
Zlibrary has now a version of MacOS available for Macs with an Intel processor
Go to https://go-to-library.sk/#desktop_app_tab to download the installation file.
Small tip.....Uninstall the old version if you have one installed before installing the app