概要

ソースコードのダウンロード

ビルド前準備

ソースコードのビルド

OpenCVビルド時のコンフィグなど

cvconfig.h

#geshi(c++){{ /* OpenCV compiled as static or dynamic libs */

#define BUILD_SHARED_LIBS

/* Compile for 'real' NVIDIA GPU architectures */

#define CUDA_ARCH_BIN " 30"

/* Create PTX or BIN for 1.0 compute capability */ /* #undef CUDA_ARCH_BIN_OR_PTX_10 */

/* NVIDIA GPU features are used */

#define CUDA_ARCH_FEATURES " 30"

/* Compile for 'virtual' NVIDIA PTX architectures */

#define CUDA_ARCH_PTX ""

/* AVFoundation video libraries */ /* #undef HAVE_AVFOUNDATION */

/* V4L capturing support */ /* #undef HAVE_CAMV4L */

/* V4L2 capturing support */ /* #undef HAVE_CAMV4L2 */

/* Carbon windowing environment */ /* #undef HAVE_CARBON */

/* AMD's Basic Linear Algebra Subprograms Library*/ /* #undef HAVE_CLAMDBLAS */

/* AMD's OpenCL Fast Fourier Transform Library*/ /* #undef HAVE_CLAMDFFT */

/* Clp support */ /* #undef HAVE_CLP */

/* Cocoa API */ /* #undef HAVE_COCOA */

/* C= */ /* #undef HAVE_CSTRIPES */

/* NVidia Cuda Basic Linear Algebra Subprograms (BLAS) API*/ /* #undef HAVE_CUBLAS */

/* NVidia Cuda Runtime API*/

#define HAVE_CUDA

/* NVidia Cuda Fast Fourier Transform (FFT) API*/

#define HAVE_CUFFT

/* IEEE1394 capturing support */ /* #undef HAVE_DC1394 */

/* IEEE1394 capturing support - libdc1394 v2.x */ /* #undef HAVE_DC1394_2 */

/* DirectX */

#define HAVE_DIRECTX

#define HAVE_DIRECTX_NV12

#define HAVE_D3D11

#define HAVE_D3D10

#define HAVE_D3D9

/* DirectShow Video Capture library */

#define HAVE_DSHOW

/* Eigen Matrix & Linear Algebra Library */ /* #undef HAVE_EIGEN */

/* FFMpeg video library */

#define HAVE_FFMPEG

/* ffmpeg's libswscale */

#define HAVE_FFMPEG_SWSCALE

/* ffmpeg in Gentoo */

#define HAVE_GENTOO_FFMPEG

/* Geospatial Data Abstraction Library */ /* #undef HAVE_GDAL */

/* GStreamer multimedia framework */ /* #undef HAVE_GSTREAMER */

/* GTK+ 2.0 Thread support */ /* #undef HAVE_GTHREAD */

/* GTK+ 2.x toolkit */ /* #undef HAVE_GTK */

/* Define to 1 if you have the <inttypes.h> header file. */ /* #undef HAVE_INTTYPES_H */

/* Intel Perceptual Computing SDK library */ /* #undef HAVE_INTELPERC */

/* Intel Integrated Performance Primitives */

#define HAVE_IPP

#define HAVE_IPP_ICV_ONLY

/* Intel IPP Async */ /* #undef HAVE_IPP_A */

/* JPEG-2000 codec */

#define HAVE_JASPER

/* IJG JPEG codec */

#define HAVE_JPEG

/* libpng/png.h needs to be included */ /* #undef HAVE_LIBPNG_PNG_H */

/* V4L/V4L2 capturing support via libv4l */ /* #undef HAVE_LIBV4L */

/* Microsoft Media Foundation Capture library */ /* #undef HAVE_MSMF */

/* NVidia Video Decoding API*/ /* #undef HAVE_NVCUVID */

/* OpenCL Support */

#define HAVE_OPENCL /* #undef HAVE_OPENCL_STATIC */ /* #undef HAVE_OPENCL_SVM */

/* OpenEXR codec */

#define HAVE_OPENEXR

/* OpenGL support*/ /* #undef HAVE_OPENGL */

/* OpenNI library */ /* #undef HAVE_OPENNI */

/* OpenNI library */ /* #undef HAVE_OPENNI2 */

/* PNG codec */

#define HAVE_PNG

/* Posix threads (pthreads) */ /* #undef HAVE_PTHREADS */

/* parallel_for with pthreads */ /* #undef HAVE_PTHREADS_PF */

/* Qt support */ /* #undef HAVE_QT */

/* Qt OpenGL support */ /* #undef HAVE_QT_OPENGL */

/* QuickTime video libraries */ /* #undef HAVE_QUICKTIME */

/* QTKit video libraries */ /* #undef HAVE_QTKIT */

/* Intel Threading Building Blocks */ /* #undef HAVE_TBB */

/* TIFF codec */

#define HAVE_TIFF

/* Unicap video capture library */ /* #undef HAVE_UNICAP */

/* Video for Windows support */

#define HAVE_VFW

/* V4L2 capturing support in videoio.h */ /* #undef HAVE_VIDEOIO */

/* Win32 UI */

#define HAVE_WIN32UI

/* XIMEA camera support */ /* #undef HAVE_XIMEA */

/* Xine video library */ /* #undef HAVE_XINE */

/* Define if your processor stores words with the most significant byte

  first (like Motorola and SPARC, unlike Intel and VAX). */

/* #undef WORDS_BIGENDIAN */

/* gPhoto2 library */ /* #undef HAVE_GPHOTO2 */

/* VA library (libva) */ /* #undef HAVE_VA */

/* Intel VA-API/OpenCL */ /* #undef HAVE_VA_INTEL */ }}

version_string.inc

General configuration for OpenCV 3.1.0 =====================================
  Version control:               3.1.0

  Platform:
    Host:                        Windows 6.1 AMD64
    CMake:                       2.8.12.2
    CMake generator:             Visual Studio 11
    CMake build tool:            C:/PROGRA~2/MICROS~1.0/Common7/IDE/devenv.com
    MSVC:                        1700

  C/C++:
    Built as dynamic libs?:      YES
    C++ Compiler:                C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/cl.exe  (ver 17.0.61030.0)
    C++ flags (Release):         /DWIN32 /D_WINDOWS /W4 /GR /EHa  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /arch:SSE2 /Oi /fp:fast  /wd4251 /wd4324 /wd4275 /wd4589 /MP8  /MD /O2 /Ob2 /D NDEBUG  /Zi
    C++ flags (Debug):           /DWIN32 /D_WINDOWS /W4 /GR /EHa  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /arch:SSE2 /Oi /fp:fast  /wd4251 /wd4324 /wd4275 /wd4589 /MP8  /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 
    C Compiler:                  C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/cl.exe
    C flags (Release):           /DWIN32 /D_WINDOWS /W3  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /arch:SSE2 /Oi /fp:fast    /MP8  /MD /O2 /Ob2 /D NDEBUG  /Zi
    C flags (Debug):             /DWIN32 /D_WINDOWS /W3  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /arch:SSE2 /Oi /fp:fast    /MP8  /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 
    Linker flags (Release):      /machine:X86   /INCREMENTAL:NO  /debug
    Linker flags (Debug):        /machine:X86   /debug /INCREMENTAL 
    Precompiled headers:         YES
    Extra dependencies:          comctl32 gdi32 ole32 setupapi ws2_32 vfw32 cudart nppc nppi npps cufft -LC:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v6.0/lib/Win32
    3rdparty dependencies:       zlib libjpeg libwebp libpng libtiff libjasper IlmImf

  OpenCV modules:
    To be built:                 cudev core cudaarithm flann imgproc ml video cudabgsegm cudafilters cudaimgproc cudawarping imgcodecs photo shape videoio cudacodec highgui objdetect ts features2d calib3d cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo stitching superres videostab
    Disabled:                    world
    Disabled by dependency:      -
    Unavailable:                 java python2 python3 viz

  Windows RT support:            NO

  GUI: 
    QT:                          NO
    Win32 UI:                    YES
    OpenGL support:              NO
    VTK support:                 NO

  Media I/O: 
    ZLib:                        build (ver 1.2.8)
    JPEG:                        build (ver 90)
    WEBP:                        build (ver 0.3.1)
    PNG:                         build (ver 1.6.19)
    TIFF:                        build (ver 42 - 4.0.2)
    JPEG 2000:                   build (ver 1.900.1)
    OpenEXR:                     build (ver 1.7.1)
    GDAL:                        NO

  Video I/O:
    Video for Windows:           YES
    DC1394 1.x:                  NO
    DC1394 2.x:                  NO
    FFMPEG:                      YES (prebuilt binaries)
      codec:                     YES (ver 56.41.100)
      format:                    YES (ver 56.36.101)
      util:                      YES (ver 54.27.100)
      swscale:                   YES (ver 3.1.101)
      resample:                  NO
      gentoo-style:              YES
    GStreamer:                   NO
    OpenNI:                      NO
    OpenNI PrimeSensor Modules:  NO
    OpenNI2:                     NO
    PvAPI:                       NO
    GigEVisionSDK:               NO
    DirectShow:                  YES
    Media Foundation:            NO
    XIMEA:                       NO
    Intel PerC:                  NO

  Parallel framework:            Concurrency

  Other third-party libraries:
    Use IPP:                     9.0.1 [9.0.1]
         at:                     C:/opencv/3rdparty/ippicv/unpack/ippicv_win
    Use IPP Async:               NO
    Use Eigen:                   NO
    Use Cuda:                    YES (ver 6.0)
    Use OpenCL:                  YES
    Use custom HAL:              NO

  NVIDIA CUDA
    Use CUFFT:                   YES
    Use CUBLAS:                  NO
    USE NVCUVID:                 NO
    NVIDIA GPU arch:             30
    NVIDIA PTX archs:
    Use fast math:               NO

  OpenCL:
    Version:                     dynamic
    Include path:                C:/opencv/3rdparty/include/opencl/1.2
    Use AMDFFT:                  NO
    Use AMDBLAS:                 NO

  Python 2:
    Interpreter:                 NO

  Python 3:
    Interpreter:                 NO

  Python (for build):            NO

  Java:
    ant:                         NO
    JNI:                         NO
    Java wrappers:               NO
    Java tests:                  NO

  Matlab:                        Matlab not found or implicitly disabled

  Documentation:
    Doxygen:                     NO
    PlantUML:                    NO

  Tests and samples:
    Tests:                       YES
    Performance tests:           YES
    C/C++ Examples:              YES

  Install path:                  C:/opencv/build/install

  cvconfig.h is in:              C:/opencv/build
-----------------------------------------------------------------

ビルドに要した時間Top10

Linux版

ソースコードのダウンロード

cmakeでビルドの下準備

makeする

インストールする

cvconfig.h

#geshi(c++){{ /* OpenCV compiled as static or dynamic libs */

#define BUILD_SHARED_LIBS

/* Compile for 'real' NVIDIA GPU architectures */

#define CUDA_ARCH_BIN ""

/* Create PTX or BIN for 1.0 compute capability */ /* #undef CUDA_ARCH_BIN_OR_PTX_10 */

/* NVIDIA GPU features are used */

#define CUDA_ARCH_FEATURES ""

/* Compile for 'virtual' NVIDIA PTX architectures */

#define CUDA_ARCH_PTX ""

/* AVFoundation video libraries */ /* #undef HAVE_AVFOUNDATION */

/* V4L capturing support */ /* #undef HAVE_CAMV4L */

/* V4L2 capturing support */

#define HAVE_CAMV4L2

/* Carbon windowing environment */ /* #undef HAVE_CARBON */

/* AMD's Basic Linear Algebra Subprograms Library*/ /* #undef HAVE_CLAMDBLAS */

/* AMD's OpenCL Fast Fourier Transform Library*/ /* #undef HAVE_CLAMDFFT */

/* Clp support */ /* #undef HAVE_CLP */

/* Cocoa API */ /* #undef HAVE_COCOA */

/* C= */ /* #undef HAVE_CSTRIPES */

/* NVidia Cuda Basic Linear Algebra Subprograms (BLAS) API*/ /* #undef HAVE_CUBLAS */

/* NVidia Cuda Runtime API*/ /* #undef HAVE_CUDA */

/* NVidia Cuda Fast Fourier Transform (FFT) API*/ /* #undef HAVE_CUFFT */

/* IEEE1394 capturing support */ /* #undef HAVE_DC1394 */

/* IEEE1394 capturing support - libdc1394 v2.x */ /* #undef HAVE_DC1394_2 */

/* DirectX */ /* #undef HAVE_DIRECTX */ /* #undef HAVE_DIRECTX_NV12 */ /* #undef HAVE_D3D11 */ /* #undef HAVE_D3D10 */ /* #undef HAVE_D3D9 */

/* DirectShow Video Capture library */ /* #undef HAVE_DSHOW */

/* Eigen Matrix & Linear Algebra Library */ /* #undef HAVE_EIGEN */

/* FFMpeg video library */

#define HAVE_FFMPEG

/* ffmpeg's libswscale */

#define HAVE_FFMPEG_SWSCALE

/* ffmpeg in Gentoo */

#define HAVE_GENTOO_FFMPEG

/* Geospatial Data Abstraction Library */ /* #undef HAVE_GDAL */

/* GStreamer multimedia framework */ /* #undef HAVE_GSTREAMER */

/* GTK+ 2.0 Thread support */

#define HAVE_GTHREAD

/* GTK+ 2.x toolkit */

#define HAVE_GTK

/* Define to 1 if you have the <inttypes.h> header file. */ /* #undef HAVE_INTTYPES_H */

/* Intel Perceptual Computing SDK library */ /* #undef HAVE_INTELPERC */

/* Intel Integrated Performance Primitives */ /* #undef HAVE_IPP */ /* #undef HAVE_IPP_ICV_ONLY */

/* Intel IPP Async */ /* #undef HAVE_IPP_A */

/* JPEG-2000 codec */

#define HAVE_JASPER

/* IJG JPEG codec */

#define HAVE_JPEG

/* libpng/png.h needs to be included */

#define HAVE_LIBPNG_PNG_H

/* V4L/V4L2 capturing support via libv4l */ /* #undef HAVE_LIBV4L */

/* Microsoft Media Foundation Capture library */ /* #undef HAVE_MSMF */

/* NVidia Video Decoding API*/ /* #undef HAVE_NVCUVID */

/* OpenCL Support */

#define HAVE_OPENCL /* #undef HAVE_OPENCL_STATIC */ /* #undef HAVE_OPENCL_SVM */

/* OpenEXR codec */

#define HAVE_OPENEXR

/* OpenGL support*/ /* #undef HAVE_OPENGL */

/* OpenNI library */ /* #undef HAVE_OPENNI */

/* OpenNI library */ /* #undef HAVE_OPENNI2 */

/* PNG codec */

#define HAVE_PNG

/* Posix threads (pthreads) */

#define HAVE_PTHREADS

/* parallel_for with pthreads */

#define HAVE_PTHREADS_PF

/* Qt support */ /* #undef HAVE_QT */

/* Qt OpenGL support */ /* #undef HAVE_QT_OPENGL */

/* QuickTime video libraries */ /* #undef HAVE_QUICKTIME */

/* QTKit video libraries */ /* #undef HAVE_QTKIT */

/* Intel Threading Building Blocks */ /* #undef HAVE_TBB */

/* TIFF codec */

#define HAVE_TIFF

/* Unicap video capture library */ /* #undef HAVE_UNICAP */

/* Video for Windows support */ /* #undef HAVE_VFW */

/* V4L2 capturing support in videoio.h */ /* #undef HAVE_VIDEOIO */

/* Win32 UI */ /* #undef HAVE_WIN32UI */

/* XIMEA camera support */ /* #undef HAVE_XIMEA */

/* Xine video library */ /* #undef HAVE_XINE */

/* Define if your processor stores words with the most significant byte

  first (like Motorola and SPARC, unlike Intel and VAX). */

/* #undef WORDS_BIGENDIAN */

/* gPhoto2 library */ /* #undef HAVE_GPHOTO2 */

/* VA library (libva) */ /* #undef HAVE_VA */

/* Intel VA-API/OpenCL */ /* #undef HAVE_VA_INTEL */ }}

version_string.inc

General configuration for OpenCV 3.1.0 =====================================
  Version control:               3.1.0

  Platform:
    Host:                        Linux 3.2.0-37-generic-pae i686
    CMake:                       2.8.7
    CMake generator:             Unix Makefiles
    CMake build tool:            /usr/bin/make
    Configuration:               Release

  C/C++:
    Built as dynamic libs?:      YES
    C++ Compiler:                /usr/bin/c++  (ver 4.6)
    C++ flags (Release):         -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O2 -DNDEBUG  -DNDEBUG
    C++ flags (Debug):           -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g  -O0 -DDEBUG -D_DEBUG
    C Compiler:                  /usr/bin/gcc
    C flags (Release):           -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O2 -DNDEBUG  -DNDEBUG
    C flags (Debug):             -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mfpmath=sse -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g  -O0 -DDEBUG -D_DEBUG
    Linker flags (Release):      
    Linker flags (Debug):        
    Precompiled headers:         YES
    Extra dependencies:          dl m pthread rt
    3rdparty dependencies:

  OpenCV modules:
    To be built:                 core flann imgproc ml photo video imgcodecs shape videoio highgui objdetect superres ts features2d calib3d stitching videostab
    Disabled:                    world
    Disabled by dependency:      -
    Unavailable:                 cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 python3 viz

  GUI: 
    QT:                          NO
    GTK+ 2.x:                    YES (ver 2.24.10)
    GThread :                    YES (ver 2.32.4)
    GtkGlExt:                    NO
    OpenGL support:              NO
    VTK support:                 NO

  Media I/O: 
    ZLib:                        /usr/lib/i386-linux-gnu/libz.so (ver 1.2.3.4)
    JPEG:                        libjpeg (ver 90)
    WEBP:                        build (ver 0.3.1)
    PNG:                         /usr/lib/i386-linux-gnu/libpng.so (ver 1.2.46)
    TIFF:                        build (ver 42 - 4.0.2)
    JPEG 2000:                   build (ver 1.900.1)
    OpenEXR:                     build (ver 1.7.1)
    GDAL:                        NO

  Video I/O:
    DC1394 1.x:                  NO
    DC1394 2.x:                  NO
    FFMPEG:                      YES
      codec:                     YES (ver 52.123.0)
      format:                    YES (ver 52.111.0)
      util:                      YES (ver 50.43.0)
      swscale:                   YES (ver 0.14.1)
      resample:                  NO
      gentoo-style:              YES
    GStreamer:                   NO
    OpenNI:                      NO
    OpenNI PrimeSensor Modules:  NO
    OpenNI2:                     NO
    PvAPI:                       NO
    GigEVisionSDK:               NO
    UniCap:                      NO
    UniCap ucil:                 NO
    V4L/V4L2:                    NO/YES
    XIMEA:                       NO
    Xine:                        NO
    gPhoto2:                     NO

  Parallel framework:            pthreads

  Other third-party libraries:
    Use IPP:                     IPP not found or implicitly disabled
    Use IPP Async:               NO
    Use VA:                      NO
    Use Intel VA-API/OpenCL:     NO
    Use Eigen:                   NO
    Use Cuda:                    NO
    Use OpenCL:                  YES
    Use custom HAL:              NO

  OpenCL:
    Version:                     dynamic
    Include path:                /home/tomoaki/opencv/3rdparty/include/opencl/1.2
    Use AMDFFT:                  NO
    Use AMDBLAS:                 NO

  Python 2:
    Interpreter:                 /usr/bin/python (ver 2.7.3)

  Python 3:
    Interpreter:                 NO

  Python (for build):            /usr/bin/python

  Java:
    ant:                         NO
    JNI:                         NO
    Java wrappers:               NO
    Java tests:                  NO

  Matlab:                        Matlab not found or implicitly disabled

  Documentation:
    Doxygen:                     NO
    PlantUML:                    NO

  Tests and samples:
    Tests:                       YES
    Performance tests:           YES
    C/C++ Examples:              YES

  Install path:                  /usr/local

  cvconfig.h is in:              /home/tomoaki/opencv/build
-----------------------------------------------------------------

ビルドに要した時間Top10

ライブラリの名前所要時間(sec)
libopencv_flann_pch_dephelp.a293
libopencv_test_imgproc_pch_dephelp.a281
libopencv_ml_pch_dephelp.a248
libopencv_imgproc.so.3.1.0242
libopencv_test_core_pch_dephelp.a229
libopencv_core.so.3.1.0216
libopencv_calib3d.so.3.1.0176
libopencv_perf_stitching_pch_dephelp.a130
libopencv_features2d.so.3.1.090
libopencv_photo.so.3.1.087

関連ページ


添付ファイル: file002clone.png 1259件 [詳細] file001checkout.png 1176件 [詳細] file003checkout.png 1125件 [詳細] file004checkout.png 1140件 [詳細] file005-cmake-compiler-20160728.png 1178件 [詳細] file005-cmake-compiler.png 755件 [詳細] file005cmake-20160728.png 1120件 [詳細] file005cmake-notify.png 1179件 [詳細] file005cmake.png 742件 [詳細] file006cmake-cuda.png 1348件 [詳細] file007cmake-cuda.png 746件 [詳細] file008cmake-configure-20160728.png 1060件 [詳細] file008cmake-configure.png 750件 [詳細] file009cmake-generate-20160728.png 1057件 [詳細] file009cmake-generate.png 791件 [詳細] file010cmake-solution.png 1177件 [詳細] file011vs-batch-build.png 1240件 [詳細]

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2016-07-28 (木) 11:12:43