Home
last modified time | relevance | path

Searched +full:mingw +full:- +full:builds (Results 1 – 25 of 235) sorted by relevance

12345678910

/third_party/openssl/
DNOTES-WINDOWS.md4 - [Native builds using Visual C++](#native-builds-using-visual-c++)
5 - [Native builds using Embarcadero C++Builder](
6 #native-builds-using-embarcadero-c++-builder)
7 - [Native builds using MinGW](#native-builds-using-mingw)
8 - [Linking native applications](#linking-native-applications)
9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin)
20 MinGW cross compiler
21 run on the GNU-like development environment MSYS2
28 Native builds using Visual C++
31 The native builds using Visual C++ have a `VC-*` prefix.
[all …]
/third_party/libjpeg-turbo/
Dappveyor.yml2 - cmd: >-
7 …rs\nasm-2.10.01-win32.zip curl -fSL -o c:\installers\nasm-2.10.01-win32.zip http://www.nasm.us/pub…
9 7z x c:\installers\nasm-2.10.01-win32.zip -oc:\ > c:\installers\nasm.install.log
11-6.4.0-release-posix-dwarf-rt_v5-rev0.7z curl -fSL -o c:\installers\i686-6.4.0-release-posix-dwarf
13 md "c:\Program Files (x86)\mingw-w64\i686-6.4.0-posix-dwarf-rt_v5-rev0"
15 …7z x c:\installers\i686-6.4.0-release-posix-dwarf-rt_v5-rev0.7z -o"c:\Program Files (x86)\mingw-w6…
17-6.4.0-release-posix-seh-rt_v5-rev0.7z curl -fSL -o c:\installers\x86_64-6.4.0-release-posix-seh-r…
19 md "c:\Program Files\mingw-w64\x86_64-6.4.0-posix-seh-rt_v5-rev0"
21 …7z x c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z -o"c:\Program Files\mingw-w64\x86_…
27 …set PATH=c:\nasm-2.10.01;c:\Program Files (x86)\NSIS;c:\msys64\usr\bin;c:\Program Files (x86)\Micr…
[all …]
/third_party/skia/m133/third_party/externals/expat/expat/
DCMake.README3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
6 Assuming ~/expat-2.6.3 is the source directory of expat, add a subdirectory
8 ~/expat-2.6.3$ mkdir build && cd build
9 ~/expat-2.6.3/build$
13 ~/expat-2.6.3/build$ cmake ..
14 -- The C compiler identification is GNU
15 -- The CXX compiler identification is GNU
17 -- Configuring done
18 -- Generating done
19 -- Build files have been written to: /home/patrick/expat-2.6.3/build
[all …]
/third_party/skia/third_party/externals/expat/expat/
DCMake.README3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
6 Assuming ~/expat-2.4.1 is the source directory of expat, add a subdirectory
8 ~/expat-2.4.1$ mkdir build && cd build
9 ~/expat-2.4.1/build$
13 ~/expat-2.4.1/build$ cmake ..
14 -- The C compiler identification is GNU
15 -- The CXX compiler identification is GNU
17 -- Configuring done
18 -- Generating done
19 -- Build files have been written to: /home/patrick/expat-2.4.1/build
[all …]
/third_party/skia/third_party/externals/freetype/docs/
DINSTALL11 C library with very few platform-dependent optimizations utilized at
12 build time. Any C99-compliant compiler should be able to compile
17 FreeType auto-configuration scripts should be able to detect the
24 run-time; look at the documentation of function `FT_Property_Set`.
30 1. Unix and Unix-like systems
32 This also includes MacOS, Cygwin, MinGW + MSYS, Mingw-w64 + MSYS2,
45 On some non-Unix platforms, it is possible to build the library
48 Windows, OS/2, and BeOS, including MinGW* (without MSYS*), Visual
58 or the builds/ sub-folder.
62 MSBuild :: see `builds/windows/vc2010/freetype.vcxproj`
[all …]
DINSTALL.GNU2 on non-Unix systems with the help of GNU Make. Note that if you are
3 running Cygwin or MinGW/MSYS in Windows, you should follow the
12 -------------------
26 pass option `--norc-substitution'.
31 make -v
39 ----------------
48 FreeType build system -- automatic system detection
54 configuration directory .\builds\windows
55 configuration rules .\builds\windows\w32-gcc.mk
73 ------------------------------------------------------
[all …]
/third_party/rust/rust/src/doc/rustc/src/platform-support/
Dpc-windows-gnullvm.md1 # \*-pc-windows-gnullvm
5 Windows targets similar to `*-pc-windows-gnu` but using UCRT as the runtime and various LLVM tools/…
8 - `aarch64-pc-windows-gnullvm`
9 - `x86_64-pc-windows-gnullvm`
13 - [@mati865](https://github.com/mati865)
17 The easiest way to obtain these targets is cross-compilation but native build from `x86_64-pc-windo…
18 Std support is expected to be on pair with `*-pc-windows-gnu`.
20 Binaries for this target should be at least on pair with `*-pc-windows-gnu` in terms of requirement…
28 For cross-compilation I recommend using [llvm-mingw](https://github.com/mstorsjo/llvm-mingw) toolch…
29 Native bootstrapping builds require rather fragile hacks until host artifacts are available so I wo…
[all …]
/third_party/rust/rust/src/ci/github-actions/
Dci.yml11 # ./x.py run src/tools/expand-yaml-anchors
16 ---
26 # YAML anchors work by defining an anchor with `&anchor-name` and reusing its
27 # content in another place with `*anchor-name`. The special `<<` map key merges
30 # The expand-yaml-anchors tool will automatically remove this block from the
32 x--expand-yaml-anchors--remove:
34 - &shared-ci-variables
40 - &public-variables
41 SCCACHE_BUCKET: rust-lang-ci-sccache2
42 TOOLSTATE_REPO: https://github.com/rust-lang-nursery/rust-toolstate
[all …]
/third_party/curl/docs/
DINSTALL-CMAKE.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
16 CMake builds can be configured either from the command line, or from one of
23 - Builds libcurl without large file support
24 - Does not support all SSL libraries (only OpenSSL, Schannel, Secure
26 - Does not allow different resolver backends (no c-ares build support)
27 - No RTMP support built
28 - Does not allow build curl and libcurl debug enabled
29 - Does not allow a custom CA bundle path
[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.
34 - GCC v4.1 (or later) or Clang recommended for best performance
36 - If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is
[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/rust/rust/
DREADME.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 ["Installation"]: https://doc.rust-lang.org/book/ch01-01-installation.html
19 [The Book]: https://doc.rust-lang.org/book/index.html
40 More information about `x.py` can be found by running it with the `--help` flag
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
52 * A C compiler (when building for the host, `cc` is enough; cross-compiling may
55 * `pkg-config` if you are compiling on Linux and targeting Linux
56 * `libiconv` (already included with glibc on Debian-based distros)
[all …]
/third_party/libcoap/
DBUILDING1 For Windows builds - see the Windows Section
12 * Change to the directory that you want to install the libcoap sub-directory
19 * Change to the directory that you want to install the libcoap sub-directory
21 * Then clone the latest (develop) version of the code:-
24 * Optionally, change the branch from develop to the stable main branch:-
42 General Building with cmake for linux/windows/macos/android (not for RIOT, LwIP or Contiki-NG - see…
45 cmake -E remove_directory build
46 cmake -E make_directory build
48 cmake .. -DENABLE_TESTS=ON
49 cmake --build .
[all …]
/third_party/pcre2/pcre2/doc/html/
DNON-AUTOTOOLS-BUILD.txt2 --------------------------------------
11 Comments about Win32 builds
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
66 configuration options. In this case -DHAVE_CONFIG_H must not be set.
[all …]
/third_party/pcre2/pcre2/
DNON-AUTOTOOLS-BUILD2 --------------------------------------
11 Comments about Win32 builds
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
66 configuration options. In this case -DHAVE_CONFIG_H must not be set.
[all …]
/third_party/libwebsockets/READMEs/
DREADME.build.md8 ./bootstrap-vcpkg.sh
16 CMake is a multi-platform build tool that can generate build files for many
19 CMake also allows/recommends you to do "out of source"-builds, that is,
27 - Windows (Visual Studio)
28 - Windows (MinGW)
29 - Linux (x86 and ARM)
30 - OSX
31 - NetBSD
71 as --prefix= with autotools. It defaults to /usr/local.
74 $ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
[all …]
/third_party/ffmpeg/doc/
Dplatform.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
13 @chapter Unix-like
21 $(gcc -print-prog-name=as) --version
25 hard-coded path to gas. In the worst case pass @code{--disable-asm}
32 @code{--enable-pic} during FFmpeg configure) and add the following option
36 -Wl,-Bsymbolic
40 pass the correct linking flag (e.g. @code{-pie}) to @code{--extra-ldexeflags}.
50 standard Solaris Make will not work. When building with a non-c99 front-end
51 (gcc, generic suncc) add either @code{--extra-libs=/usr/lib/values-xpg6.o}
[all …]
/third_party/curl/
DCHANGES13 - RELEASE-NOTES: synced
17 - THANKS: new contributors from 8.5.0
21 - cd2nroff: use perl 'strict' and 'warnings'
23 - Use strict and warnings pragmas.
25 - If open() fails then show the reason.
27 - Set STDIN io layer :crlf so that input is properly read on Windows.
29 - When STDIN is used as input, the filename $f is now set to "STDIN".
38 - cd2nroff: fix duplicate output issue
40 Assisted-by: Jay Satiro
41 Fixes https://github.com/curl/curl-www/issues/321
[all …]
/third_party/icu/.ci-builds/
D.azure-pipelines.yml1 # Azure Pipelines (VSTS) configuration for CI builds for ICU.
4 #-------------------------------------------------------------------------
5 - job: ICU4J_OpenJDK_Ubuntu_1604
12 - checkout: self
15 - script: |
20 - script: |
21 …[ -d icu4j/out/junit-results ] && cd icu4j && cat `find out/junit-results -name "*.txt" -exec grep…
24 #-------------------------------------------------------------------------
25 - job: ICU4C_Clang_Ubuntu_1604
31 - checkout: self
[all …]
/third_party/gptfdisk/
DREADME.Windows6 Most versions of Windows cannot boot from a GPT disk on BIOS-based
12 GPT fdisk on a BIOS-mode boot disk, or perhaps even on a data disk, you may
13 find recovery to be very difficult! Pre-installed Windows 8 and later
15 self-installed Windows 8 systems sometimes use BIOS mode. This caveat does
23 the software. I originally wrote GPT fdisk on Linux, and some Linux- and
24 Unix-centric language remains in the documentation.
27 -----------------
31 text-mode program file as well as the sgdisk program that's available
32 with Linux, FreeBSD, and OS X builds.
34 Beginning with version 0.8.10, I'm distributing both 32-bit and 64-bit
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Ddefconfig14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
52 #CFLAGS += -I/usr/local/include
53 #LIBS += -L/usr/local/lib
54 #LIBS_p += -L/usr/local/lib
[all …]
D.config14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/include
16 #LIBS += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib -lssl -lcrypto
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
52 #CFLAGS += -I/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/include
53 #LIBS += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib -lssl -lcrypto
54 #LIBS_p += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib
[all …]
/third_party/glfw/docs/
Dcompile.md16 compile_deps and @ref compile_options sections for GLFW-specific information.
25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have
31 [CMake user guide][cmake-guide] that includes everything in this guide not
34 [cmake-guide]: https://cmake.org/cmake/help/latest/guide/user-interaction/
39 The C/C++ development environments in Visual Studio, Xcode and MinGW come with
40 all necessary dependencies for compiling GLFW, but on Unix-like systems like
46 By default, both the Wayland and X11 backends are enabled on Linux and other Unix-like
55 On Debian and derivatives like Ubuntu and Linux Mint you will need the `libwayland-dev`
56 and `libxkbcommon-dev` packages to compile for Wayland and the `xorg-dev` meta-package to
60 sudo apt install libwayland-dev libxkbcommon-dev xorg-dev
[all …]
/third_party/fsverity-utils/
DNEWS.md1 # fsverity-utils release notes
9 fs-verity, and btrfs adding support for fs-verity.
16 beginning with hyphens. I.e., `fsverity measure --foo` now treats `--foo` as
18 `--foo`, use `fsverity measure -- --foo`.
37 * Added the `--out-merkle-tree` and `--out-descriptor` options to
48 * Added basic support for Windows builds of `fsverity` using MinGW.
50 * `fsverity` now defaults to 4096-byte blocks on all platforms.
52 * libfsverity now will use SHA-256 with 4096-byte blocks if the
55 * `make install` now installs a pkg-config file for libfsverity.
57 * The Makefile now uses pkg-config to get the libcrypto build flags.
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
D.config14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/include
16 #LIBS += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib -lssl -lcrypto
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
52 #CFLAGS += -I/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/include
53 #LIBS += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib -lssl -lcrypto
54 #LIBS_p += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib
[all …]

12345678910