Created
September 11, 2015 04:06
-
-
Save yeonsh/cf9fbf6303f694c54bcd to your computer and use it in GitHub Desktop.
$ brew install $(brew deps owncloud-client)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install $(brew deps owncloud-client) | |
Warning: cmake-3.3.1 already installed | |
Warning: pkg-config-0.28 already installed | |
==> Downloading https://homebrew.bintray.com/bottles/d-bus-1.8.20.yosemite.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring d-bus-1.8.20.yosemite.bottle.tar.gz | |
==> /usr/local/Cellar/d-bus/1.8.20/bin/dbus-uuidgen --ensure=/usr/local/var/lib/dbus/machine-id | |
==> Caveats | |
To have launchd start d-bus at login: | |
ln -sfv /usr/local/opt/d-bus/*.plist ~/Library/LaunchAgents | |
Then to load d-bus now: | |
launchctl load ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist | |
==> Summary | |
🍺 /usr/local/Cellar/d-bus/1.8.20: 39 files, 1.9M | |
==> Downloading https://homebrew.bintray.com/bottles/mysql-5.6.26.yosemite.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring mysql-5.6.26.yosemite.bottle.tar.gz | |
==> /usr/local/Cellar/mysql/5.6.26/bin/mysql_install_db --verbose --user=ysh --basedir=/usr/local/Cellar/mysql/5.6.26 | |
==> Caveats | |
A "/etc/my.cnf" from another install may interfere with a Homebrew-built | |
server starting up correctly. | |
To connect: | |
mysql -uroot | |
To have launchd start mysql at login: | |
ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents | |
Then to load mysql now: | |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist | |
Or, if you don't want/need launchctl, you can just run: | |
mysql.server start | |
==> Summary | |
🍺 /usr/local/Cellar/mysql/5.6.26: 9854 files, 339M | |
==> Downloading https://homebrew.bintray.com/bottles/qt5-5.5.0.yosemite.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring qt5-5.5.0.yosemite.bottle.tar.gz | |
==> Caveats | |
We agreed to the Qt opensource license for you. | |
If this is unacceptable you should uninstall. | |
This formula is keg-only, which means it was not symlinked into /usr/local. | |
Qt 5 conflicts Qt 4 (which is currently much more widely used). | |
Generally there are no consequences of this for you. If you build your | |
own software and it requires this formula, you'll need to add to your | |
build variables: | |
LDFLAGS: -L/usr/local/opt/qt5/lib | |
CPPFLAGS: -I/usr/local/opt/qt5/include | |
.app bundles were installed. | |
Run `brew linkapps qt5` to symlink these to /Applications. | |
==> Summary | |
🍺 /usr/local/Cellar/qt5/5.5.0: 7172 files, 305M | |
==> Installing qtkeychain from owncloud/homebrew-owncloud | |
==> Downloading https://github.com/frankosterfeld/qtkeychain/archive/0.3.tar.gz | |
==> Downloading from https://codeload.github.com/frankosterfeld/qtkeychain/tar.gz/0.3 | |
######################################################################## 100.0% | |
==> cmake . -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5 -DCMAKE_C_FLAGS_RELEASE= -DCMAKE_CXX_FLAGS_RELEASE= -DCMAKE_INSTALL | |
==> make install | |
🍺 /usr/local/Cellar/qtkeychain/0.3: 11 files, 108K, built in 14 seconds | |
==> Downloading https://homebrew.bintray.com/bottles/xz-5.2.1.yosemite.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring xz-5.2.1.yosemite.bottle.tar.gz | |
🍺 /usr/local/Cellar/xz/5.2.1: 59 files, 1.7M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment