| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/build/cmake/ |
| D | liteos_install_package.cmake | 6 set(CMAKE_INSTALL_PREFIX ${LITEOS_SOURCE_DIR}/output CACHE STRING "path for install()" FORCE) 7 message(STATUS "No install prefix selected, default to ${CMAKE_INSTALL_PREFIX}.") 26 # install include start 31 install(DIRECTORY ${LOS_API_INC} 38 install(DIRECTORY ${LITEOSTOPDIR}/targets/${LITEOS_PLATFORM}/include 41 install(FILES ${LITEOS_PLATFORM_MENUCONFIG_H} DESTINATION ${INSTALL_TARGET_INCLUDE}) 43 # install include end 45 # install options start 53 # install options end 55 # install definitions start [all …]
|
| /device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
| D | library.mak | 25 install-headers: install-lib$(NAME)-headers install-lib$(NAME)-pkgconfig 27 install-libs-$(CONFIG_STATIC): install-lib$(NAME)-static 28 install-libs-$(CONFIG_SHARED): install-lib$(NAME)-shared 63 install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME) 65 $$(INSTALL) -m 755 $$< "$(SHLIBDIR)/$(SLIB_INSTALL_NAME)" 68 …$(if $(SLIB_INSTALL_EXTRA_SHLIB),$$(INSTALL) -m 644 $(SLIB_INSTALL_EXTRA_SHLIB:%=$(SUBDIR)%) "$(SH… 70 …$(if $(SLIB_INSTALL_EXTRA_LIB),$$(INSTALL) -m 644 $(SLIB_INSTALL_EXTRA_LIB:%=$(SUBDIR)%) "$(LIBDIR… 72 install-lib$(NAME)-static: $(SUBDIR)$(LIBNAME) 74 $$(INSTALL) -m 644 $$< "$(LIBDIR)" 77 install-lib$(NAME)-headers: $(addprefix $(SUBDIR),$(HEADERS) $(BUILT_HEADERS)) [all …]
|
| D | build_ffmpeg.sh | 61 # make and make install 69 echo "###### run make install ######" 71 make install 76 cp -rf $FFMPEG_DIR/install/lib/libavcodec.so $OUT_DIR/ 77 cp -rf $FFMPEG_DIR/install/lib/libavformat.so $OUT_DIR/ 78 cp -rf $FFMPEG_DIR/install/lib/libavutil.so $OUT_DIR/ 79 cp -rf $FFMPEG_DIR/install/lib/libswresample.so $OUT_DIR/
|
| D | Makefile_llvm | 146 install: install-libs install-headers 148 install-libs: install-libs-yes 150 install-data: $(DATA_FILES) 152 $(INSTALL) -m 644 $(DATA_FILES) "$(DATADIR)" 198 .PHONY: *clean install* uninstall*
|
| /device/soc/rockchip/rk3588/kernel/arch/arm64/boot/ |
| D | install.sh | 3 # arch/arm64/boot/install.sh 12 # Adapted from code in arch/i386/boot/install.sh by Russell King 14 # "make install" script for the AArch64 Linux port 20 # $4 - default install path (blank if root directory) 27 echo ' *** You need to run "make" before "make install".' 1>&2 37 # User may have a custom install script 42 # Compressed install 46 # Normal install 56 # Install system map file
|
| D | Makefile | 39 install: target 40 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \ 44 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/cjson/cjson/ |
| D | Makefile | 25 INSTALL ?= cp -a macro 69 .PHONY: all shared static tests clean install 125 #install 127 install-cjson: 129 $(INSTALL) cJSON.h $(INSTALL_INCLUDE_PATH) 130 $(INSTALL) $(CJSON_SHARED) $(CJSON_SHARED_SO) $(CJSON_SHARED_VERSION) $(INSTALL_LIBRARY_PATH) 132 install-utils: install-cjson 133 $(INSTALL) cJSON_Utils.h $(INSTALL_INCLUDE_PATH) 134 $(INSTALL) $(UTILS_SHARED) $(UTILS_SHARED_SO) $(UTILS_SHARED_VERSION) $(INSTALL_LIBRARY_PATH) 136 install: install-cjson install-utils target
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/scripts/ |
| D | min_requirements.py | 2 """Install all the required Python packages, with the minimum Python version. 77 def install( member in Requirements 82 """Call pip to install the requirements.""" 99 ['install'] + pip_install_options + 110 parser.add_argument('--pip-install-option', 112 help="Pass this option to pip install") 119 help="Install to the Python user install directory" 120 " (short for --pip-install-option --user)") 134 reqs.install(pip_general_options=options.pip_general_options,
|
| /device/soc/rockchip/rk2206/ |
| D | README_zh.md | 68 sudo apt-get install build-essential gcc g++ make zlib* libffi-dev e2fsprogs pkg-config flex bison … 89 sudo apt-get install python3 94 sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 95 sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 102 sudo apt-get install python3-setuptools python3-pip -y 103 sudo pip3 install --upgrade pip 121 pip3 install ohos-build # 安装hb 122 pip3 install build/lite 164 sudo apt-get install gcc-arm-none-eabi
|
| /device/qemu/arm_mps2_an386/ |
| D | README.md | 17 Compiler install 19 1.Command to install 21 Note: Command to install toolchain without arm-none-eabi-gdb, gdb cannot be debugged. 24 sudo apt install gcc-arm-none-eabi 27 2.The installation package to install 29 Note: If you have already passed the command to install gcc-arm-none-eabi, can through the command:… 30 gcc-arm-none-eabi` after unloading, install again. 81 a) If not installed, please install `qemu-system-arm`
|
| /device/qemu/arm_mps3_an547/ |
| D | README.md | 16 Compiler install 18 1.Command to install 20 Note: Command to install toolchain without arm-none-eabi-gdb, gdb cannot be debugged. 23 sudo apt install gcc-arm-none-eabi 26 2.The installation package to install 28 …ool chain launched after 2020. If you have already passed the command to install gcc-arm-none-eabi… 29 gcc-arm-none-eabi` after unloading, install again. 82 a) If not installed, please install `qemu-system-arm`
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/doc/ |
| D | 2.4.Caffe环境搭建.md | 19 sudo apt-get install -y libopencv-dev -y 20 sudo apt-get install -y build-essential cmake git pkg-config -y 21 sudo apt-get install -y libprotobuf-dev libleveldb-dev libsnappy-dev libhdf5-serial-dev protobuf-co… 22 sudo apt-get install -y liblapack-dev -y 23 sudo apt-get install -y libatlas-base-dev -y 24 sudo apt-get install -y --no-install-recommends libboost-all-dev -y 25 sudo apt-get install -y libgflags-dev libgoogle-glog-dev liblmdb-dev -y 26 sudo apt-get install -y python-numpy python-scipy -y 27 sudo apt-get install -y python3-pip -y 28 sudo apt-get install -y python3-numpy python3-scipy -y [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/ |
| D | BUILDING | 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 50 [sudo] cmake --build . -- install 70 sudo make install 73 that is missing. Install the missing package and try ./autogen.sh again. 81 General configure instructions can be found in INSTALL, which is built 97 sudo gmake install 151 Install OpenSSL (minimum version 1.1.0) including the development libraries if 172 As there are many ways to install MinGW, depending on the different
|
| /device/qemu/esp32/ |
| D | README.md | 9 1. Install esp-idf 15 Annotation: If you skip the installation of esp-idf, you can install the toolchain as follows: 28 ./install.sh 34 2. Install esptool 42 python -m pip install esptool 47 a) Install and compile 80 According to the execution result of ldd, install the missing dependent libraries
|
| /device/qemu/ |
| D | README.md | 5 - [QEMU Install](#section119744591307) 18 ## QEMU Install<a name="section119744591307"></a> 20 1. Install dependencies(Ubuntu 18+) 23 …sudo apt install build-essential zlib1g-dev pkg-config libglib2.0-dev binutils-dev libboost-all-d… 36 3. Compile and install 49 make install
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/docker/bionic/ |
| D | Dockerfile | 31 && apt-get -y install software-properties-common \ 37 && apt-get -y install \ 102 && make install \ 112 && make install \ 123 && make install \ 135 && make install \ 146 && make install \ 158 && make install \
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/ |
| D | CMakeLists.txt | 1 option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON) 8 install(FILES ${headers} 12 install(FILES ${psa_headers}
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/build/menuconfig/ |
| D | README.md | 7 ## Install kconfiglib 14.1.0 9 Python (2.7/3.2+) is supported, and use the following command to install `kconfiglib`. 11 `pip install kconfiglib`
|
| /device/soc/rockchip/common/sdk_linux/arch/arm64/ |
| D | Makefile | 164 zinstall install: target 195 echo ' install - Install uncompressed kernel' 196 echo ' zinstall - Install compressed kernel' 197 echo ' Install using (your) ~/bin/installkernel or' 199 echo ' install to $$(INSTALL_PATH) and run lilo'
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/ |
| D | CMakeLists.txt | 1 option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON) 7 install(FILES ${headers}
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/3rdparty/everest/ |
| D | CMakeLists.txt | 16 install(DIRECTORY include/everest 24 install(TARGETS everest
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/ |
| D | Makefile | 11 install: target 12 for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d install; done
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/build/cmake/superbuild/ |
| D | CMakeLists.txt | 14 set(CMAKE_INSTALL_PREFIX ${LITEOS_SOURCE_DIR}/output CACHE STRING "path for install()" FORCE) 15 message(STATUS "No install prefix selected, default to ${CMAKE_INSTALL_PREFIX}.")
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/test/cmake_package_install/ |
| D | CMakeLists.txt | 5 # install into a directory inside our own build directory. 23 --target install)
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/psa/ |
| D | CMakeLists.txt | 39 install(TARGETS ${executables} 43 install(PROGRAMS
|