Home
last modified time | relevance | path

Searched +full:build +full:- +full:in (Results 1 – 25 of 1130) sorted by relevance

12345678910>>...46

/freebsd/share/man/man5/
H A Dsrc.conf.51 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
7 .Nd "source build options"
12 the build process of the
15 .Xr build 7 .
34 though an alternative location can be specified in the
40 may be necessary if the system-wide settings are not suitable
41 for a particular build.
46 effectively resets all build controls to their defaults.
52 source code, which is usually located in
60 for a particular build via the
[all …]
/freebsd/crypto/openssl/Configurations/
H A DREADME-design.md5 -------------------------
7 The unified scheme takes all its data from the `build.info` files seen
9 needed to build end product files from diverse sources. See the
10 section on `build.info` files below.
12 From the information in `build.info` files, `Configure` builds up an
14 stored in configdata.pm, found at the top of the build tree (which may
19 intermediary files with the help of a few functions found in the
20 build-file templates. See the section on build-file templates further
23 build.info files
24 ----------------
[all …]
H A DREADME.md5 configuration in diverse ways:
10 *.tmpl Build file templates, please read 'Build-file
11 programming with the "unified" build system' as well
12 as 'Build info files' for more information.
21 different platforms and their capabilities. We organise them in a
28 In each table entry, the following keys are significant:
52 given, as the build file defaults are
56 given here instead of in 'cppflags' [4].
61 may be given here instead of in 'cppflags'
89 in $(libdir)/pkgconfig/libcrypto.pc.
[all …]
/freebsd/share/man/man7/
H A Dbuild.71 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
7 .\" Redistribution and use in source and binary forms, with or without
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\" notice, this list of conditions and the following disclaimer in the
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 .Nm build
33 .Nd general instructions on how to build the
[all …]
H A Drelease.74 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 provides a complete build environment suitable for users to make
37 All of the tools necessary to build a release are available from the
39 source code repository in
42 including the creation of ISO images suitable for burning to CD-ROM,
[all …]
/freebsd/sys/contrib/zstd/
H A DCHANGELOG2 perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969)
3 build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964)
11 perf: new row64 mode, used notably in level 12, by @senhuang42
12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42
16 perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a …
17 build: allows hiding static symbols in the dynamic library, using build macro, by @skitt
18 build: support for m68k (Motorola 68000's), by @cyan4973
19 build: improved AIX support, by @Helflym
20 build: improved meson unofficial build, by @eli-schwartz
22 …ort advanced parameters information when compressing in very verbose mode (``-vv`), by @Svetlitski
[all …]
/freebsd/contrib/kyua/doc/
H A Dbuild-root.mdoc4 .\" Redistribution and use in source and binary forms, with or without
10 .\" * Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
20 .\" A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 .Em Build directories
31 build products by asking the build system to place such build products
34 Most build systems today support build directories.
35 For example, the GNU Automake/Autoconf build system exposes such concept when
[all …]
/freebsd/contrib/nvi/
H A DINSTALL.md3 …g](https://github.com/lichray/nvi2/wiki/Porting) in the Wiki. This document is an overview of the
7 - CMake >= 3.17;
8 - Ninja build system;
9 - libiconv (for `USE_ICONV`);
10 - libncursesw (for `USE_WIDECHAR`);
14 - Berkeley DB1 in libc;
15 - /var/tmp/vi.recover/ with mode 41777.
19build system generator. By specifying "Ninja Multi-Config" as the build system to generate, you ca…
22 cmake -G "Ninja Multi-Config" -B build
25 Now `build` becomes your build directory to hold the artifacts. To build nvi2 in Debug mode, run
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel.m46 dnl # Setup the kernel build environment.
34 dnl # which interfaces are available. By invoking the kernel build system
35 dnl # only once the compilation can be done in parallel significantly
131 case "$host_cpu" in
243 case "$host_cpu" in
255 dnl # Detect name used for Module.symvers file in kernel
260 AS_IF([test "x$enable_linux_builtin" != xyes -a -f "$modpost"], [
261 AS_IF([grep -q Modules.symvers $modpost], [
267 AS_IF([test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"], [
271 *** the kernel is configured, built, and the '--with-linux=PATH'
[all …]
/freebsd/share/man/man8/
H A Dnanobsd.84 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35 .Op Fl c Ar config-file
45 It can be used to build specialized install images, designed for easy
49 .Bl -tag -width ".Fl c Ar config-file" -offset indent
53 Skip the build stages (both for kernel and world).
[all …]
/freebsd/crypto/openssl/
H A DINSTALL.md1 Build and Install
11 - [Prerequisites](#prerequisites)
12 - [Notational Conventions](#notational-conventions)
13 - [Quick Installation Guide](#quick-installation-guide)
14 - [Building OpenSSL](#building-openssl)
15 - [Installing OpenSSL](#installing-openssl)
16 - [Configuration Options](#configuration-options)
17 - [API Level](#api-level)
18 - [Cross Compile Prefix](#cross-compile-prefix)
19 - [Build Type](#build-type)
[all …]
/freebsd/contrib/libcbor/doc/
H A Dmake.bat6 set SPHINXBUILD=sphinx-build
8 set BUILDDIR=build
9 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
12 set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
13 set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
22 echo. dirhtml to make HTML files named index.html in directories
36 echo. xml to make Docutils-native XML files
37 echo. pseudoxml to make pseudoxml-XML files for display purposes
39 echo. doctest to run all doctests embedded in the documentation if enabled
44 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
[all …]
H A DMakefile6 SPHINXBUILD = sphinx-build
8 BUILDDIR = build
10 # User-friendly check for sphinx-build
12 …e executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
16 PAPEROPT_a4 = -D latex_paper_size=a4
17 PAPEROPT_letter = -D latex_paper_size=letter
18 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
27 @echo " dirhtml to make HTML files named index.html in directories"
44 @echo " xml to make Docutils-native XML files"
45 @echo " pseudoxml to make pseudoxml-XML files for display purposes"
[all …]
/freebsd/contrib/googletest/googletest/
H A DREADME.md1 ### Generic Build Instructions
5 To build GoogleTest and your tests that use it, you need to tell your build
7 depends on which build system you use, and is usually straightforward.
9 ### Build with CMake
11 GoogleTest comes with a CMake build script
13 that can be used on a wide range of platforms ("C" stands for cross-platform.).
17 CMake works by generating native makefiles or build projects that can be used in
18 the compiler environment of your choice. You can either build GoogleTest as a
19 standalone project or it can be incorporated into an existing CMake build for
28 git clone https://github.com/google/googletest.git -b v1.15.0
[all …]
/freebsd/contrib/ntp/
H A Dflock-build3 IAM=`hostname || uname -n`
6 case "$1" in
7 '--one'|'-1')
17 PARSE="--enable-parse-clocks"
19 STD="-
[all...]
/freebsd/crypto/openssl/doc/internal/man7/
H A Dbuild.info.pod5 build.info - Building information files
29 B<GENERATE[>I<item>B<]=> I<generator> I<generator-args> ...
43 OpenSSL's build system revolves around three questions:
47 =item What to build for?
52 =item What to build?
57 =item How to build it?
59 This is about build file generation.
63 This document is all about the second item, "What to build?", and most
66 For some terms used in this document, please see the L</GLOSSARY> at
69 =head2 F<build.info> files
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1 //===-- llvm/CodeGen/GlobalISel/MachineIRBuilder.h - MIBuilder --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// This is a helper class to build MachineInstr.
11 //===----------------------------------------------------------------------===//
42 /// Class which stores all the state required in a MachineIRBuilder.
43 /// Since MachineIRBuilders will only store state in this object, it allows
145 /// Use of registers held in unsigned integer variables (or more rarely signed
162 MIB.addUse(SrcMIB->getOperand(0).getReg()); in addSrcToMIB()
178 return MRI.getType(SrcMIB->getOperand(0).getReg()); in getLLTTy()
[all …]
/freebsd/contrib/googletest/docs/
H A Dquickstart-bazel.md4 build system. If you're using GoogleTest for the first time or need a refresher,
13 * [Bazel](https://bazel.build/), the preferred build system used by the
20 [Bazel installation guide](https://bazel.build/install).
22 {: .callout .note} Note: The terminal commands in this tutorial show a Unix
28 [Bazel workspace](https://docs.bazel.build/versions/main/build-ref.html#workspace)
30 software you want to build. Each workspace directory has a text file named
32 dependencies required to build the outputs.
42 [Bazel external dependency](https://docs.bazel.build/versions/main/external.html)
44 [`http_archive` rule](https://docs.bazel.build/versions/main/repo/http.html#http_archive).
45 To do this, in the root directory of your workspace (`my_workspace/`), create a
[all …]
H A Dquickstart-cmake.md6 [Quickstart for Bazel](quickstart-bazel.md) instead.
14 * [CMake](https://cmake.org/) and a compatible build tool for building the
16 * Compatible build tools include
18 [Ninja](https://ninja-build.org/), and others - see
19 [CMake Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html)
29 Note: The terminal commands in this tutorial show a Unix shell prompt, but the
34 CMake uses a file named `CMakeLists.txt` to configure the build system for a
45 GoogleTest. There are many ways to express dependencies in the CMake ecosystem;
46 in this quickstart, you'll use the
48 To do this, in your project directory (`my_project`), create a file named
[all …]
/freebsd/contrib/llvm-project/lld/docs/
H A Dmake.bat6 set SPHINXBUILD=sphinx-build
9 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
12 set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
13 set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
22 echo. dirhtml to make HTML files named index.html in directories
37 echo. doctest to run all doctests embedded in the documentation if enabled
42 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
48 %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
56 %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
[all …]
/freebsd/sys/contrib/zstd/lib/
H A DREADME.md4 The __lib__ directory is split into several sub-directories,
5 in order to make it easier to select or exclude features.
10 …ventions](https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html#Makefile-Conventi…
12 - `make` : generates both static and dynamic libraries
13 - `make install` : install libraries and headers in target system directories
22 …by default the dynamic library is multithreaded and static library is single-threaded (for compati…
25 - set build macro `ZSTD_MULTITHREAD` (`-DZSTD_MULTITHREAD` for `gcc`)
26 - for POSIX systems : compile with pthread (`-pthread` compilation flag for `gcc`)
28 For convenience, we provide a build target to generate multi and single threaded libraries:
29 - Force enable multithreading on both dynamic and static libraries by appending `-mt` to the target…
[all …]
/freebsd/contrib/bc/manuals/
H A Dbuild.md1 # Build chapter
4 POSIX-compliant system.
6 To accomplish that, a POSIX-compatible, custom `configure.sh` script is used to
7 select build options, compiler, and compiler flags and generate a `Makefile`.
22 ./configure.sh -h
23 ./configure.sh --help
36 See [Build Environment Variables][4] for a more detailed description of all
37 accepted environment variables and [Build Options][5] for more detail about all
38 accepted build options.
45 However, if you wish to build it yourself, this `bc` can be built using Visual
[all …]
/freebsd/sys/contrib/edk2/Include/Library/
H A DPcdLib.h5 It should be included in any module that uses PCD. If a module uses dynamic/dynamicex
9 translated to a variable or macro that is auto-generated by build tool in
17 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
18 SPDX-License-Identifier: BSD-2-Clause-Patent
30 If TokenName is not a valid token in the token space, then the module will not build.
44 If TokenName is not a valid token in the token space, then the module will not build.
45 If TokenName is not a feature flag PCD, then the module will not build.
56 Retrieves an 8-bit fixed PCD token value based on a token name.
58 Returns the 8-bit value for the token specified by TokenName.
59 If TokenName is not a valid token in the token space, then the module will not build.
[all …]
/freebsd/contrib/kyua/model/
H A Dtest_program_test.cpp4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above copyright
11 // notice, this list of conditions and the following disclaimer in the
20 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40 #include <atf-c++.hpp>
71 /// Only use this in the call to set_test_cases(). All other reads of the
83 /// \param test_cases_ The collection of test cases in the test program.
104 const_cast< lazy_test_program* >(this)->set_test_cases( in test_cases()
[all …]
/freebsd/contrib/sqlite3/tea/
H A DREADME7 UNIX BUILD
11 and then run make. For more information about the build process, see
12 the tcl/unix/README file in the Tcl src dist. The following minimal
13 example will install the extension in the /opt/tcl directory.
15 $ cd sqlite-*-tea
16 $ ./configure --prefix=/opt/tcl
20 WINDOWS BUILD
23 The recommended method to build extensions under windows is to use the
24 Msys + Mingw build process. This provides a Unix-style build while
25 generating native Windows binaries. Using the Msys + Mingw build tools
[all …]

12345678910>>...46