homebrew

    0热度

    1回答

    我正在使用运行MacOS 10.13.1的MacBook Pro;使用下面通过自制安装升压: brew install boost --build-from-source 我的代码如下: #include <iostream> #include <boost/filesystem.hpp> namespace boostfs = boost::filesystem; int main

    2热度

    1回答

    我想在mac high sierra上安装node.js和npm。 https://gist.github.com/rcugut/c7abd2a425bb65da3c61d8341cd4b02d 我成功通过自制软件安装node.js,但无法安装NPM 我该怎么办? Hoyeongui-MacBook-Air:~ hoyeongkim$ node -v v8.9.1 Hoyeongui-MacB

    0热度

    1回答

    所以我有rbenv在OSX上安装Homebrew,我似乎无法安装过去的2.4.0。我试图安装2.4.1,但它抱怨它不在rbenv install --list。我试过brew update && brew upgrade ruby-build它建议。我卸载了ruby/rbenv/ruby​​-build并重新安装了它们。我跑了brew doctor和所有这一切: 我得到这个时运行在rbenv gi

    1热度

    1回答

    调试步骤: brew uninstall qscintilla2 brew install qscintilla2 如果没有工作,我再次卸载,然后从SRC手动内置: curl -OL 'https://nchc.dl.sourceforge.net/project/pyqt/QScintilla2/QScintilla-2.10.1/QScintilla_gpl-2.10.1.tar.gz'

    0热度

    1回答

    当我运行在命令行的Mac以下正常工作: git submodule foreach "git checkout develop; git pull" ...但是当我从.SH脚本中运行它,它提供了git:command not found error: /usr/local/Cellar/git/2.14.2/libexec/git-core/git-submodule: line 355: “

    0热度

    1回答

    我已经使用brew安装了[email protected]并将路径添加到了我的bash文件中。从终端我运行“哪个openssl”,它显示正确的位置(如在我的bash配置文件中)。另外,当我运行“openssl版本”显示1.1.0f,所以这也是正确的。 但是当我运行“作曲家诊断”我得到以下警告: OpenSSL库(0.9.8y)使用PHP不支持TLSv1.2工作或TLSv1.1。 如果可能,您应该将

    2热度

    2回答

    我试图安装Laravel代客,这需要PHP 7.1,但是当我运行冲泡安装php71,我得到以下错误: ==> Pouring php71-7.1.10_21.high_sierra.bottle.tar.gz Error: The `brew link` step did not complete successfully The formula built, but is not symli

    0热度

    2回答

    我想安装PHP 5.6和较早的网站,我需要mysql扩展工作之一,当我跑这没有安装: brew install php56 --with-fpm --with-mysql --with-httpd 它安装了php56,这一切都工作正常,但它安装了mysqli扩展,但我也需要MySQL扩展。 有没有办法将这个扩展安装到我目前的PHP设置? 这是当前安装的PHP扩展,我有: 5.6 php -m

    0热度

    1回答

    我正在使用最新的OS X Sierra 10.12.6,XAMPP 7.1.9和PHP 7.1,我安装了最新的Homebrew/homebrew-核心(git修订版7598;最后一次提交2017-10-18)来实现此目标:使用最新的mongodb扩展名(即替换旧的mongo扩展名)。 干净后安装的MongoDB这样的: brew tap homebrew/php brew install php

    0热度

    1回答

    我曾经是能够将文本转换为使用ImageMagick的图像,但现在我收到此错误信息: $ echo text | convert -background none text:- file convert: no encode delegate for this image format `TEXT' @ error/constitute.c/WriteImage/1167. 使用自制 imag