Home
last modified time | relevance | path

Searched +full:cmake +full:- +full:unix (Results 1 – 25 of 259) sorted by relevance

1234567891011

/third_party/opencl-headers/.github/workflows/
Dlinux.yml7 runs-on: ubuntu-18.04
8 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127
11 …# TODO: CMake 3.0.2 is Headers minimum (and ubuntu 18.04 canonical apt repo ver), not this repo's …
14 # Unix Makefiles
15 # One CMake version
19 - C_COMPILER: gcc-7
20 CXX_COMPILER: g++-7
21 CMAKE: 3.0.2
22 GEN: Unix Makefiles
25 - C_COMPILER: gcc-7
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when
22 building libjpeg-turbo.
36 ARCH=`uname -m`
37 rpmbuild --rebuild nasm-{version}.src.rpm
[all …]
/third_party/glfw/docs/
Dcompile.md11 ## Using CMake {#compile_cmake}
13 GLFW behaves like most other libraries that use CMake so this guide mostly
16 compile_deps and @ref compile_options sections for GLFW-specific information.
18 GLFW uses [CMake](https://cmake.org/) to generate project files or makefiles
20 files with CMake and then use them to compile the GLFW library.
23 CMake](https://cmake.org/download/) from their site.
25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have
26 a package system like Fink, MacPorts or Homebrew, you can install its CMake
29 CMake is a complex tool and this guide will only show a few of the possible ways
30 to set up and compile GLFW. The CMake project has their own much more detailed
[all …]
/third_party/skia/m133/third_party/externals/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when
22 building libjpeg-turbo.
24 to the assembler by using either the `CMAKE_ASM_NASM_COMPILER` CMake
34 - GCC v4.1 (or later) or Clang recommended for best performance
[all …]
/third_party/protobuf/src/
DREADME.md1 Protocol Buffers - Google's data interchange format
6 https://developers.google.com/protocol-buffers/
8 CMake Installation
9 -----------------------
11 To compile or install protobuf from source using CMake, see
12 [cmake/README.md](../cmake/README.md).
14 C++ Protobuf - Unix
15 -----------------------
26 sudo apt-get install g++ git bazel
30 instructions on installing Bazel, or to build from source using CMake, see
[all …]
/third_party/skia/third_party/externals/freetype/
DCMakeLists.txt3 # Copyright (C) 2013-2021 by
16 # call cmake to configure the build with default parameters as a static
19 # https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html
23 # cmake -B build -D CMAKE_BUILD_TYPE=Release
28 # cmake -B build -D BUILD_SHARED_LIBS=true -D CMAKE_BUILD_TYPE=Release
32 # cmake -E chdir build cmake -G Xcode -D BUILD_FRAMEWORK:BOOL=true ..
36 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=OS ..
40 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=SIMULATOR ..
44 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=SIMULATOR64 ..
49 # cmake --build build
[all …]
/third_party/lwip/
DBUILDING4 lwIP uses a CMake based build system.
6 The CMake files in this project are designed to
7 be included into your own CMake files. They are
13 src/Filelists.cmake provides file lists containing
20 contrib/Filelists.cmake provides several file lists
32 contrib/ports/{win32, unix}/Filelists.cmake
45 - for lwIP itself (${LWIP_DIR}/src/include)
46 - for lwIP contrib if you use it (${LWIP_DIR}/contrib)
47 - to a directory containing an OS port
48 - to a directory containing lwipopts.h
[all …]
/third_party/skia/m133/third_party/externals/libwebp/doc/
Dbuilding.md8 nmake /f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output
11 the directory `output\release-static\(x64|x86)\bin` will contain the tools
12 cwebp.exe and dwebp.exe. The directory `output\release-static\(x64|x86)\lib`
17 ## Unix build using makefile.unix
22 make -f makefile.unix
26 library src/libwebp.a. No system-wide installation is supplied, as this is a
28 (see below). Please refer to makefile.unix for additional details and
35 On a Debian-like system the following should install everything you need for a
39 $ sudo apt-get install gcc make autoconf automake libtool
64 Note: A decode-only library, libwebpdecoder, is available using the
[all …]
/third_party/lwip/contrib/ports/unix/posixlib/
DCMakeLists.txt27 include(${LWIP_DIR}/contrib/ports/CMakeCommon.cmake)
29 set (LWIP_DEFINITIONS -DLWIP_DEBUG)
34 "${LWIP_CONTRIB_DIR}/ports/unix/port/include"
39 include(${LWIP_CONTRIB_DIR}/ports/unix/Filelists.cmake)
40 include(${LWIP_DIR}/src/Filelists.cmake)
43 ${LWIP_DIR}/contrib/ports/unix/port/netif/vdeif.c)
77 install(DIRECTORY "${LWIP_DIR}/contrib/ports/unix/port/include/arch"
82 install(DIRECTORY "${LWIP_DIR}/contrib/ports/unix/port/include/netif"
87 install(DIRECTORY "${LWIP_DIR}/contrib/ports/unix/posixlib/include/posix"
93 "${CMAKE_COMMAND}" -P "${PROJECT_SOURCE_DIR}/Uninstall.cmake")
/third_party/pcre2/pcre2/doc/html/
DNON-AUTOTOOLS-BUILD.txt2 --------------------------------------
12 Building PCRE2 on Windows with CMake
26 configure/make (autotools) build system, as found in many Unix-like
30 There is also support for CMake, which some users prefer, especially in Windows
31 environments, though it can also be run in Unix-like environments. See the
32 section entitled "Building PCRE2 on Windows with CMake" below.
36 provided for those who build PCRE2 without using "configure" or CMake. If you
37 use "configure" or CMake, the .generic versions are not used.
45 you are going to use CMake, this section does not apply to you; you can skip
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
[all …]
/third_party/pcre2/pcre2/
DNON-AUTOTOOLS-BUILD2 --------------------------------------
12 Building PCRE2 on Windows with CMake
26 configure/make (autotools) build system, as found in many Unix-like
30 There is also support for CMake, which some users prefer, especially in Windows
31 environments, though it can also be run in Unix-like environments. See the
32 section entitled "Building PCRE2 on Windows with CMake" below.
36 provided for those who build PCRE2 without using "configure" or CMake. If you
37 use "configure" or CMake, the .generic versions are not used.
45 you are going to use CMake, this section does not apply to you; you can skip
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
[all …]
/third_party/rust/rust/
DREADME_zh.md3 …tps://img.shields.io/badge/Rust_Community%20-Join_us-brightgreen?style=plastic&logo=rust)](https:/…
8 [Rust]: https://www.rust-lang.org/
18 ["安装"]: https://doc.rust-lang.org/book/ch01-01-installation.html
19 [本书]: https://doc.rust-lang.org/book/index.html
29 在大多数 Unix 系统上都可以直接运行 `x.py` 命令,格式如下
40 关于 `x.py` 的更多信息,可以通过使用 `--help`标记来运行它
43 [gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.html
44 [rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#what-is
55 * 如果在 Linux 上编译并以 Linux 为目标,则需要 `pkg-config`
58 要编译 Cargo,还需要 OpenSSL(在大多数 Unix 发行版上为 `libssl-dev` 或 `openssl-devel` )。
[all …]
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/
DREADME.md5 Using libdbus requires additional non-default include paths setting, same as
8 CMake can guess one path and the library name usually, see the README above
13 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include"
19 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
26 ---|---
27 -d <loglevel>|Debug verbosity in decimal, eg, -d15
28 --session | Bind to session bus instead of creating private abstract unix socket
30 By default the minimal server listens using its own abstract unix socket
31 at `unix:abstract=org.libwebsockets.test`.
34 unix socket, by giving `--session`.
[all …]
/third_party/vk-gl-cts/framework/delibs/dethread/
DCMakeLists.txt1 # dethread cmake file
4 message(FATAL_ERROR "Include Defs.cmake")
22 unix/deMutexUnix.c
23 unix/deSemaphoreMach.c
24 unix/deSemaphoreUnix.c
25 unix/deThreadUnix.c
26 unix/deThreadLocalUnix.c
42 add_definitions(-D__BSD_VISIBLE)
43 add_definitions(-D_XOPEN_SOURCE=600)
45 add_definitions(-D_GNU_SOURCE)
[all …]
/third_party/flatbuffers/CMake/
DPackageRedhat.cmake1 if (UNIX)
13 … set(CPACK_PACKAGE_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_COMMIT}")
26 set(CPACK_PACKAGE_DESCRIPTION_FILE ${CMAKE_SOURCE_DIR}/CMake/DESCRIPTION.txt)
38 # /usr/${CMAKE_INSTALL_LIBDIR}/cmake which is installed by default
39 # by other packages on RedHat (most notably cmake-filesystem). Ensure
41 # This patch is required for cmake pre-3.17.
42 … list(APPEND CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "/usr/${CMAKE_INSTALL_LIBDIR}/cmake")
44 endif(UNIX)
/third_party/glfw/
DCMakeLists.txt30 if (DEFINED GLFW_USE_WAYLAND AND UNIX AND NOT APPLE)
32 …"GLFW_USE_WAYLAND has been removed; delete the CMake cache and set GLFW_BUILD_WAYLAND and GLFW_BUI…
37 cmake_dependent_option(GLFW_BUILD_X11 "Build support for X11" ON "UNIX;NOT APPLE" OFF)
38 cmake_dependent_option(GLFW_BUILD_WAYLAND "Build support for Wayland" ON "UNIX;NOT APPLE" OFF)
40 cmake_dependent_option(GLFW_USE_HYBRID_HPG "Force use of high-performance GPU on hybrid systems" OFF
58 list(APPEND CMAKE_MODULE_PATH "${GLFW_SOURCE_DIR}/CMake/modules")
62 #--------------------------------------------------------------------
64 #--------------------------------------------------------------------
78 #--------------------------------------------------------------------
81 #--------------------------------------------------------------------
[all …]
/third_party/lwip/contrib/ports/unix/
DFilelists.cmake1 # This file is indended to be included in end-user CMakeLists.txt
2 # include(/path/to/Filelists.cmake)
6 # This file is NOT designed (on purpose) to be used as cmake
16 ${LWIP_CONTRIB_DIR}/ports/unix/port/sys_arch.c
17 ${LWIP_CONTRIB_DIR}/ports/unix/port/perf.c
21 ${LWIP_CONTRIB_DIR}/ports/unix/port/netif/tapif.c
22 ${LWIP_CONTRIB_DIR}/ports/unix/port/netif/list.c
23 ${LWIP_CONTRIB_DIR}/ports/unix/port/netif/sio.c
24 ${LWIP_CONTRIB_DIR}/ports/unix/port/netif/fifo.c
41 # Darwin doesn't have pthreads or POSIX real-time extensions libs
/third_party/astc-encoder/jenkins/
Dnightly.Jenkinsfile1 /* This pipeline is used for post-commit testing, so it runs frequently.
5 * - Run the entire pipeline in less than 10 minutes.
6 * - Test builds on all supported operating systems.
7 * - Test builds on all supported compilers.
8 * - Test release and debug build variants.
9 * - Run functional smoke tests.
10 * - Run image quality smoke tests.
16 @Library('hive-infra-library@changes/86/295486/1') _
29 /* Build for Linux on x86-64 using GCC */
41 - name: artifactory-ms-docker
[all …]
/third_party/astc-encoder/Docs/
DBuilding.md6 Builds must use CMake 3.15 or higher as the build system generator. The
8 (Windows) and Make (Linux and macOS), but CMake supports other build system
13 Builds for Windows are tested with CMake 3.17, and Visual Studio 2019 or newer.
17 To use CMake you must first configure the build. Create a build directory in
18 the root of the `astcenc` checkout, and then run `cmake` inside that directory
28 # x86-64 using a Visual Studio solution
29 cmake -G "Visual Studio 16 2019" -T ClangCL -DCMAKE_INSTALL_PREFIX=..\ ^
30 -DASTCENC_ISA_AVX2=ON -DASTCENC_ISA_SSE41=ON -DASTCENC_ISA_SSE2=ON ..
32 # x86-64 using NMake
33 cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=..\ ^
[all …]
/third_party/skia/third_party/externals/spirv-cross/
D.travis.yml1 # Copyright 2016-2021 The Khronos Group Inc.
2 # SPDX-License-Identifier: Apache-2.0
5 - cpp
6 - python
12 - os: linux
16 - GENERATOR="Unix Makefiles"
17 - ARTIFACT=gcc-trusty-64bit
18 - os: linux
22 - GENERATOR="Unix Makefiles"
23 - ARTIFACT=clang-trusty-64bit
[all …]
/third_party/libuv/
DREADME.md5 libuv is a multi-platform support library with a focus on asynchronous I/O. It
12 * Full-featured event loop backed by epoll, kqueue, IOCP, event ports.
24 * IPC with socket sharing, using Unix domain sockets or named pipes (Windows)
42 The ABI/API changes can be tracked [here](http://abi-laboratory.pro/tracker/timeline/libuv/).
47 [LICENSE-extra](LICENSE-extra) files.
49 The documentation is licensed under the CC BY 4.0 license. Check the [LICENSE-docs file](LICENSE-do…
60 Located in the docs/ subdirectory. It uses the [Sphinx](http://sphinx-doc.org/)
77 sphinx-autobuild to be installed and is only supported on Unix):
105 &mdash; High-level introductory talk about libuv.
106 * [libuv-dox](https://github.com/thlorenz/libuv-dox)
[all …]
/third_party/libwebsockets/
DCMakeLists.txt2 # libwebsockets - small server side websockets and web server implementation
4 # Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com>
48 # For selecting between DEBUG / RELEASE, use -DCMAKE_BUILD_TYPE=DEBUG or =RELEASE
61 #set(CMAKE_TOOLCHAIN_FILE contrib/cross-esp32.cmake)
78 $ENV{IDF_PATH}/components/freertos/FreeRTOS-Kernel/include/
79 $ENV{IDF_PATH}/components/freertos/FreeRTOS-Kernel/portable/linux/include/
116 option(LWS_WITH_NETWORK "Compile with network-related code" ON)
125 option(LWS_WITH_CGI "Include CGI (spawn process with network-connected stdin/out/err) APIs" OFF)
127 option(LWS_UNIX_SOCK "Compile with support for UNIX domain socket if OS supports it" ON)
131 option(LWS_WITH_ZIP_FOPS "Support serving pre-zipped files" OFF)
[all …]
/third_party/skia/m133/third_party/externals/libwebp/infra/
Dcompile.sh32 set -xe
34 WORKSPACE=${WORKSPACE:-"$(mktemp -d -t webp.XXX)"}
43 BUILD_TYPE supported build type: (shared, static, static-debug)
45 aarch64-linux-clang
46 aarch64-linux-gnu
47 arm-linux-gnueabi
48 arm-neon-linux-gnueabi
49 cmake
50 cmake-aarch64
51 cmake-arm
[all …]
/third_party/lwip/contrib/ports/unix/check/
DCMakeLists.txt15 include(${LWIP_DIR}/contrib/ports/CMakeCommon.cmake)
19 list(LWIP_COMPILER_FLAGS APPEND -Wno-gnu-zero-variadic-macro-arguments)
22 set (LWIP_DEFINITIONS -DLWIP_DEBUG -DLWIP_NOASSERT_ON_ERROR)
27 "${LWIP_CONTRIB_DIR}/ports/unix/port/include"
31 include(${LWIP_CONTRIB_DIR}/ports/unix/Filelists.cmake)
32 include(${LWIP_DIR}/src/Filelists.cmake)
33 include(${LWIP_DIR}/test/unit/Filelists.cmake)
58 # Darwin doesn't have pthreads or POSIX real-time extensions libs
/third_party/grpc/
DBUILDING.md1 gRPC C++ - Building from source
5 …/cpp#to-start-using-grpc-c) instructions for guidance on how to add gRPC as a dependency to a C++ …
7 # Pre-requisites
12 $ [sudo] apt-get install build-essential autoconf libtool pkg-config
15 If you plan to build using CMake
17 $ [sudo] apt-get install cmake
23 $ [sudo] apt-get install clang libc++-dev
34 $ [sudo] xcode-select --install
44 If you plan to build using CMake, follow the instructions from https://cmake.org/download/
57 To prepare for cmake + Microsoft Visual C++ compiler build
[all …]

1234567891011