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
Template contracts: | |
=================== | |
Software development: https://github.com/zkrige/freelancer_contract | |
Responses to NDAs: | |
================== | |
zeorin:Required reading for NDAs: | |
http://blog.jpl-consulting.com/2012/04/why-i-wont-sign-your-nda/ |
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
HOMEBREW_VERSION: 0.9.2 | |
HEAD: d5e1483603d869c66020fa9efd9cdb07a96d34ca | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit sandybridge | |
OS X: 10.7.4-x86_64 | |
Xcode: 4.4.1 | |
CLT: 4.4.0.0.1.1249367152 | |
GCC-4.0: N/A | |
GCC-4.2: N/A |
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
Script started on Sat Aug 11 14:19:43 2012 | |
[?1034hbash-3.2$ brew doctor | |
Your system is raring to brew. | |
bash-3.2$ brew install -v mjpegtools | |
[1;34m==>[1;39m Downloading http://downloads.sourceforge.net/project/mjpeg/mjpegtools/2.0.0/mjpegtools-2.0.0.tar.gz[0m | |
Already downloaded: /Library/Caches/Homebrew/mjpegtools-2.0.0.tar.gz | |
/usr/bin/tar xf /Library/Caches/Homebrew/mjpegtools-2.0.0.tar.gz | |
[1;34m==>[1;39m ./configure --disable-dependency-tracking --enable-simd-accel --prefix=/usr/local/Cellar/mjpegtools/2.0.0[0m | |
./configure --disable-dependency-tracking --enable-simd-accel --prefix=/usr/local/Cellar/mjpegtools/2.0.0 | |
checking build system type... x86_64-apple-darwin11.4.0 |