Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 186) sorted by relevance

12345678

/qemu/python/
H A DREADME.rst8 ``setup.py`` is used by ``pip`` to install this tooling to the current
12 1. ``pip3 install .`` will install these packages to your current
14 install there. If you are not, it will attempt to install to the
17 2. ``pip3 install --user .`` will install these packages to your user's
22 above, pip will install in "editable" mode. This installs the package as
32 install QEMU in editable mode to the current environment.
33 (It is a shortcut for ``pip3 install -e .[devel]``.)
H A DMakefile13 @echo " Hint (Fedora): 'sudo dnf install python3.9'"
19 @echo " Hint (Fedora): 'sudo dnf install python3-tox python3.11'"
33 @echo " Install deps needed for 'make check',"
34 @echo " and install the qemu package in editable mode."
57 PIP_INSTALL = pip install --disable-pip-version-check
66 echo "INSTALL wheel $(QEMU_MINVENV_DIR)"; \
68 echo "INSTALL -r tests/minreqs.txt $(QEMU_MINVENV_DIR)";\
70 echo "INSTALL -e qemu $(QEMU_MINVENV_DIR)"; \
91 echo "INSTALL qemu[devel] $(QEMU_VENV_DIR)"; \
H A Dsetup.py17 This prevents calling 'setup.py install' directly, as the 'install'
18 CLI option will invoke the deprecated bdist_egg hook. "pip install"
24 'Please use `pip install .` instead.'
/qemu/tests/docker/dockerfiles/
H A Ddebian-toolchain.docker9 # Install build utilities for building gcc and glibc.
16 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
18 apt install -y --no-install-recommends \
39 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
41 apt install -y --no-install-recommends \
H A Ddebian-riscv64-cross.docker11 apt-get install -y eatmydata && \
13 eatmydata apt-get install --no-install-recommends -y \
47 eatmydata apt-get install debian-ports-archive-keyring && \
52 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
53 eatmydata apt-get install --no-install-recommends -y \
H A Ddebian-hexagon-cross.docker13 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
15 # Install common build utilities
16 apt-get install -y --no-install-recommends \
29 # Install QEMU build deps for use in CI
39 RUN /usr/bin/pip3 install tomli
H A Ddebian-loongarch-cross.docker14 apt-get install -y eatmydata && \
19 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
21 apt-get install -y --no-install-recommends \
38 RUN /usr/bin/pip3 install tomli
H A Dubuntu2204.docker11 apt-get install -y eatmydata && \
13 eatmydata apt-get install --no-install-recommends -y \
158 apt install -y --no-install-recommends cargo
159 RUN cargo install bindgen-cli
H A Ddebian-amd64-cross.docker11 apt-get install -y eatmydata && \
13 eatmydata apt-get install --no-install-recommends -y \
80 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
81 eatmydata apt-get install --no-install-recommends -y \
H A Ddebian-s390x-cross.docker11 apt-get install -y eatmydata && \
13 eatmydata apt-get install --no-install-recommends -y \
80 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
81 eatmydata apt-get install --no-install-recommends -y \
H A Ddebian-mipsel-cross.docker11 apt-get install -y eatmydata && \
13 eatmydata apt-get install --no-install-recommends -y \
80 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
81 eatmydata apt-get install --no-install-recommends -y \
H A Ddebian-arm64-cross.docker11 apt-get install -y eatmydata && \
13 eatmydata apt-get install --no-install-recommends -y \
80 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
81 eatmydata apt-get install --no-install-recommends -y \
H A Ddebian-i686-cross.docker11 apt-get install -y eatmydata && \
13 eatmydata apt-get install --no-install-recommends -y \
80 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
81 eatmydata apt-get install --no-install-recommends -y \
H A Ddebian-ppc64el-cross.docker11 apt-get install -y eatmydata && \
13 eatmydata apt-get install --no-install-recommends -y \
80 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
81 eatmydata apt-get install --no-install-recommends -y \
H A Ddebian-mips64el-cross.docker11 apt-get install -y eatmydata && \
13 eatmydata apt-get install --no-install-recommends -y \
80 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
81 eatmydata apt-get install --no-install-recommends -y \
H A Ddebian-armhf-cross.docker11 apt-get install -y eatmydata && \
13 eatmydata apt-get install --no-install-recommends -y \
80 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
81 eatmydata apt-get install --no-install-recommends -y \
H A Ddebian.docker11 apt-get install -y eatmydata && \
13 eatmydata apt-get install --no-install-recommends -y \
156 apt install -y --no-install-recommends \
165 && make install
H A Ddebian-all-test-cross.docker16 apt-get install -y eatmydata && \
22 apt install -y --no-install-recommends \
37 apt install -y --no-install-recommends \
H A Ddebian-legacy-test-cross.docker19 apt-get install -y eatmydata && \
25 apt install -y --no-install-recommends \
42 RUN /usr/bin/pip3 install tomli
/qemu/
H A D.patchew.yml160 INSTALL=$PWD/install
162 mkdir -p $BUILD $INSTALL
165 $SRC/configure --cc=$CC --prefix=$INSTALL
169 make install
189 INSTALL=$PWD/install
191 mkdir -p $BUILD $INSTALL
194 $SRC/configure --cc=$CC --prefix=$INSTALL
198 make install
243 INSTALL=$PWD/install
245 mkdir -p $BUILD $INSTALL
[all …]
/qemu/docs/devel/
H A Dbuild-environment.rst38 Then, use apt to install dependencies:
47 You first need to install `Homebrew <https://brew.sh/>`_. Then, use it to
48 install dependencies:
52 brew update && brew install $(brew deps --include-build qemu)
57 You first need to install `MSYS2 <https://www.msys2.org/>`_.
71 MSYS2 package manager does not offer a built-in way to install build
95 If you want to install all dependencies, it's possible to use recipe used to
/qemu/.gitlab-ci.d/opensbi/
H A DDockerfile8 # Install packages required to build OpenSBI
13 apt install --assume-yes --no-install-recommends \
24 # Manually install the kernel.org "Crosstool" based toolchains for gcc-8.3
/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml56 url: "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh"
66 - name: Install gitlab-runner (DEB)
78 url: "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh"
88 - name: Install gitlab-runner (RPM)
108 - name: Install the gitlab-runner service using its own functionality
109 …command: "/usr/bin/gitlab-runner install --user gitlab-runner --working-directory /home/gitlab-run…
/qemu/python/scripts/
H A Dmkvenv.py24 target Target directory to install virtual environment into.
46 --online Install packages from PyPI, if necessary.
47 --dir DIR Path to vendored packages where we may install from.
299 "Either install ensurepip, or alleviate the need for it in the "
312 "Either install pyexpat, or alleviate the need for it in the "
334 :param env_dir: The directory to create/install to.
343 Whether to install "pip" binaries or not.
553 "No suitable version found in, or failed to install from"
599 Use pip to install a package or package(s) as specified in @args.
611 "install",
[all …]
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/
H A Dbuild-toolchain.sh46 # Install kernel headers
61 make install
74 make install-gcc
86 make install DESTDIR=${CROSS_SYSROOT}
95 make install

12345678