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
| ┌─[getchell][Hapkido][~] | |
| └─▪ brew install brew-cask | |
| ==> Cloning https://github.com/phinze/homebrew-cask.git | |
| Updating /Library/Caches/Homebrew/brew-cask--git | |
| ==> Checking out tag v0.32.0 | |
| 🍺 /usr/local/Cellar/brew-cask/0.32.0: 1438 files, 5.7M, built in 2 seconds | |
| ┌─[getchell][Hapkido][~] | |
| └─▪ brew cask list | |
| alfred firefox macfusion skype textmate virtualbox | |
| anki github menumeters steam torbrowserbundle xquartz |
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
| ┌─[getchell][Hapkido][~] | |
| └─▪ brew update | |
| Already up-to-date. | |
| ┌─[getchell][Hapkido][~] | |
| └─▪ brew --config | |
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew.git | |
| HEAD: f8236b59f79fd0334f8a1e239dd6538a9f738ff1 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar |
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
| ┌─[getchell][Hapkido][±][Delaunay_d ✓][~/CDT-plusplus] | |
| └─▪ make | |
| -- Build type: Release | |
| -- USING CXXFLAGS = ' -O3 -DNDEBUG' | |
| -- USING EXEFLAGS = ' -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib ' | |
| -- Targetting Unix Makefiles | |
| -- Using /usr/bin/c++ compiler. | |
| -- DARWIN_VERSION=13 | |
| -- Mac Leopard detected | |
| -- Requested component: Core |
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
| ┌─[getchell][Hapkido][±][master ✓][~/cmake-tutorial] | |
| └─▪ mkdir build | |
| ┌─[getchell][Hapkido][±][master ✓][~/cmake-tutorial] | |
| └─▪ cd build | |
| ┌─[getchell][Hapkido][±][master ✓][~/cmake-tutorial/build] | |
| └─▪ cmake -G "Unix Makefiles" .. | |
| -- The C compiler identification is AppleClang 6.0.0.6000051 | |
| -- The CXX compiler identification is AppleClang 6.0.0.6000051 | |
| -- Check for working C compiler: /usr/bin/cc | |
| -- Check for working C compiler: /usr/bin/cc -- works |
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
| ┌─[adam][Hapkido][±][master ✓][~/cmake-tutorial] | |
| └─▪ mkdir build | |
| ┌─[adam][Hapkido][±][master ✓][~/cmake-tutorial] | |
| └─▪ cd build | |
| ┌─[adam][Hapkido][±][master ✓][~/cmake-tutorial/build] | |
| └─▪ cmake -G "Unix Makefiles" .. | |
| -- The C compiler identification is AppleClang 6.0.0.6000051 | |
| -- The CXX compiler identification is AppleClang 6.0.0.6000051 | |
| -- Check for working C compiler: /usr/bin/cc | |
| -- Check for working C compiler: /usr/bin/cc -- works |
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
| PointTest.cpp: | |
| #include "gmock/gmock.h" | |
| #include "Point.h" | |
| using namespace ::testing; | |
| TEST(Point, CreateAPoint) { | |
| } |
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
| ┌─[adam][Hapkido][±][master ✓][~/CDT-plusplus] | |
| └─▪ ./build.sh | |
| -- The C compiler identification is AppleClang 6.0.0.6000054 | |
| -- The CXX compiler identification is AppleClang 6.0.0.6000054 | |
| -- Check for working C compiler: /usr/bin/cc | |
| -- Check for working C compiler: /usr/bin/cc -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working CXX compiler: /usr/bin/c++ | |
| -- Check for working CXX compiler: /usr/bin/c++ -- works |
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
| #include "docopt/docopt.h" | |
| #include <iostream> | |
| #include <cstdlib> | |
| static const char USAGE[] = | |
| R"(Causal Dynamical Triangulations in C++ using CGAL. | |
| Copyright (c) 2014 Adam Getchell |
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
| ┌─[adam][Hapkido][±][master ✗][~/CDT-plusplus] | |
| └─▪ ./build.sh | |
| -- The C compiler identification is AppleClang 6.0.0.6000054 | |
| -- The CXX compiler identification is AppleClang 6.0.0.6000054 | |
| -- Check for working C compiler using: Ninja | |
| -- Check for working C compiler using: Ninja -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working CXX compiler using: Ninja | |
| -- Check for working CXX compiler using: Ninja -- works |
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
| ┌─[adam][Hapkido][±][master ✗][~/CDT-plusplus] | |
| └─▪ ./build.sh | |
| -- The C compiler identification is AppleClang 6.0.0.6000054 | |
| -- The CXX compiler identification is AppleClang 6.0.0.6000054 | |
| -- Check for working C compiler using: Ninja | |
| -- Check for working C compiler using: Ninja -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working CXX compiler using: Ninja | |
| -- Check for working CXX compiler using: Ninja -- works |