Home
last modified time | relevance | path

Searched refs:install (Results 1 – 6 of 6) sorted by relevance

/optee_rust/
A DDockerfile24 apt-get install -y \
83 RUN pip install cryptography
85 RUN apt-get install -y software-properties-common && \
88 apt-get install libpng12-0
93 rustup target install aarch64-unknown-linux-gnu && \
A Dsetup.sh29 rustup install stable
A DMakefile50 .PHONY: all examples $(EXAMPLES) install clean
67 install: examples target
A DREADME.md24 - [Build & Install](#build--install)
81 # install dependencies
82 sudo apt-get install android-tools-adb android-tools-fastboot autoconf \
124 2. Run the script as follows to install the Rust environment and initialize
168 make examples-install
191 cd [YOUR_OPTEE_DIR]/optee_rust/ && make examples-install)
/optee_rust/docs/
A Doverview-of-optee-rust-examples.md11 To install all examples in `SDK_ROOT_DIR/out/`, run `make examples-install`
/optee_rust/.github/workflows/
A Dci.yml39 apt update && apt -y install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
72 apt update && apt -y install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
136 apt update && apt install libslirp-dev -y
165 apt update && apt install libslirp-dev -y

Completed in 13 milliseconds