Created
July 24, 2014 12:25
-
-
Save kduske/dbb29641cc67facd01aa to your computer and use it in GitHub Desktop.
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
| cmake .. -DCMAKE_BUILD_TYPE=Release | |
| -- The C compiler identification is GNU 4.8.2 | |
| -- The CXX compiler identification is GNU 4.8.2 | |
| -- 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 | |
| -- Detecting CXX compiler ABI info | |
| -- Detecting CXX compiler ABI info - done | |
| -- Build type Release | |
| -- Using static wxWidgets library | |
| -- Found wxWidgets: TRUE | |
| -- Could NOT find FREETYPE (missing: FREETYPE_INCLUDE_PATH) | |
| -- Found FreeImage: /usr/lib/libfreeimage.so | |
| -- Compiler is GNU | |
| -- Found Git: /usr/bin/git (found version "1.9.1") | |
| -- Looking for XOpenDisplay in | |
| /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so | |
| -- Looking for XOpenDisplay in | |
| /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so | |
| - found | |
| -- Looking for gethostbyname | |
| -- Looking for gethostbyname - found | |
| -- Looking for connect | |
| -- Looking for connect - found | |
| -- Looking for remove | |
| -- Looking for remove - found | |
| -- Looking for shmat | |
| -- Looking for shmat - found | |
| -- Looking for IceConnectionNumber in ICE | |
| -- Looking for IceConnectionNumber in ICE - found | |
| -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so | |
| -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so | |
| -- Configuring done | |
| -- Generating done | |
| -- Build files have been written to: /home/jvoisin/dev/trenchbroom/build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment