This file contains hidden or 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
require "net/https" | |
require "uri" | |
crt = File.read("client-2048.crt") | |
key = File.read("client-2048.key") | |
app_key = "YOUR_APP_KEY" | |
username = "YOUR_USERNAME" | |
password = "YOUR_PASSWORD" |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
cd qtbase/ && ( test -e Makefile || /private/tmp/qt5-NNzL/qt-everywhere-opensource-src-5.1.1/qtbase/bin/qmake /private/tmp/qt5-NNzL/qt-everywhere-opensource-src-5.1.1/qtbase/qtbase.pro -o Makefile ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile | |
cd src/ && ( test -e Makefile || /private/tmp/qt5-NNzL/qt-everywhere-opensource-src-5.1.1/qtbase/bin/qmake /private/tmp/qt5-NNzL/qt-everywhere-opensource-src-5.1.1/qtbase/src/src.pro -o Makefile ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile | |
cd qmake/ && ( test -e Makefile.qmake-docs || /private/tmp/qt5-NNzL/qt-everywhere-opensource-src-5.1.1/qtbase/bin/qmake /private/tmp/qt5-NNzL/qt-everywhere-opensource-src-5.1.1/qtbase/qmake/qmake-docs.pro -o Makefile.qmake-docs ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.qmake-docs | |
make[2]: Nothing to be done for `first'. | |
cd tools/bootstrap/ && ( test -e Makefile || /private/tmp/qt5-NNzL/qt-everywhere-opensource-src-5.1.1/qtbase/bin/qmake /private/tm |
This file contains hidden or 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
+ cd qtbase | |
+ /private/tmp/qt5-NNzL/qt-everywhere-opensource-src-5.1.1/qtbase/configure -prefix /usr/local/Cellar/qt5/5.1.1 -system-zlib -confirm-license -opensource -nomake examples -release -L/opt/X11/lib -I/opt/X11/include -arch x86_64 | |
This is the Qt Open Source Edition. | |
You are licensed to use this software under the terms of | |
the Lesser GNU General Public License (LGPL) versions 2.1. | |
You have already accepted the terms of the license. |
NewerOlder