Home
last modified time | relevance | path

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

12

/net-tools-3.4.0/docker/
DDockerfile7 RUN apt update && apt install -y \
26 make install
33 install -d /usr/local/bin/ && \
34 install -d /usr/local/sbin/ && \
35 install -d /usr/local/lib/ && \
36 install -d /usr/local/etc/mosquitto/certs && \
37 install -d /var/lib/mosquitto && \
38 install -s -m755 /mosquitto/client/mosquitto_pub \
40 install -s -m755 /mosquitto/client/mosquitto_rr \
42 install -s -m755 /mosquitto/client/mosquitto_sub \
[all …]
/net-tools-3.4.0/libcoap/
Dautogen.sh23 INSTALL
31 install-sh
64 echo "You probably need to install the package 'autoconf'."
73 echo "You probably need to install the package 'automake'."
86 echo "You probably need to install the package 'libtool'."
101 echo "Please install the needed software packages and restart 'autogen.sh' again."
119 autoreconf --force --install --verbose "$srcdir"
DMakefile.am68 ## Define the list of public header files and their install location.
97 # If there is a API change to something $(LIBCOAP_API_VERSION) > 1 the install
99 # if the user want's to install both versions. There will be something used like
146 ## Install the generated pkg-config file (.pc) into the expected location for
149 ## in which case the correct install location would be $(datadir)/pkgconfig.
D.gitignore4 INSTALL
16 install-sh
/net-tools-3.4.0/libcoap/doc/
DMakefile.am17 # This target has no check for automated install data! It's simply assumed that
19 # 'make' before running 'make install'!
20 install-data-am:
23 echo " No install data in '$(srcdir)/html'found! Please run 'make all' first." ;\
/net-tools-3.4.0/tinydtls-0.8.2/
DMakefile.in42 install := cp
66 .PHONY: all dirs clean install dist distclean .gitignore doc TAGS
116 install: $(LIB) $(HEADERS) $(SUBDIRS)
119 $(install) $(LIB) $(libdir)/
120 $(install) $(HEADERS) $(includedir)/
122 $(MAKE) -C $$dir install="$(install)" includedir=$(includedir) install; \
/net-tools-3.4.0/mbedtls-2.4.0/
Dcircle.yml23 # Install gcc-arm
27 # Install mbed-cli
29 - cd ../mbed-cli && sudo -H pip install -e .
43 # Install the missing python packages
44 - cd ../mbed-os-example-tls/tls-client/mbed-os/ && sudo -H pip install -r requirements.txt
DMakefile7 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido…
24 install: no_test target
/net-tools-3.4.0/mbedtls-2.4.0/include/
DCMakeLists.txt1 option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON)
7 install(FILES ${headers}
/net-tools-3.4.0/python-websocket-server/.circleci/
Dconfig.yml13 name: install dependencies
15 sudo pip install tox
/net-tools-3.4.0/tinydtls-0.8.2/aes/
DMakefile.in46 .PHONY: all dirs clean install dist distclean .gitignore doc
71 install: $(HEADERS)
73 $(install) $(HEADERS) $(includedir)/aes
/net-tools-3.4.0/tinydtls-0.8.2/sha2/
DMakefile.in46 .PHONY: all dirs clean install dist distclean .gitignore doc
73 install: $(HEADERS)
75 $(install) $(HEADERS) $(includedir)/sha2
/net-tools-3.4.0/tinydtls-0.8.2/ecc/
DMakefile.in52 .PHONY: all dirs clean install distclean .gitignore doc
85 install: $(HEADERS)
87 $(install) $(HEADERS) $(includedir)/ecc
/net-tools-3.4.0/
D.gitignore18 libcoap/INSTALL
30 libcoap/install-sh
D.shippable.yml20 - sudo apt-get install libglib2.0-dev libpcap-dev
/net-tools-3.4.0/mbedtls-2.4.0/programs/aes/
DCMakeLists.txt7 install(TARGETS aescrypt2 crypt_and_hash
/net-tools-3.4.0/mbedtls-2.4.0/programs/hash/
DCMakeLists.txt7 install(TARGETS hello generic_sum
/net-tools-3.4.0/systemd/
Dloop-socat.service9 [Install] section
Dloop-slip-tap.service10 [Install] section
/net-tools-3.4.0/mbedtls-2.4.0/programs/util/
DCMakeLists.txt11 install(TARGETS strerror pem2der
/net-tools-3.4.0/mbedtls-2.4.0/programs/random/
DCMakeLists.txt10 install(TARGETS gen_random_havege gen_random_ctr_drbg gen_entropy
/net-tools-3.4.0/mbedtls-2.4.0/library/
DCMakeLists.txt136 install(TARGETS ${mbedtls_static_target} ${mbedx509_static_target} ${mbedcrypto_static_target}
154 install(TARGETS mbedtls mbedx509 mbedcrypto
/net-tools-3.4.0/mbedtls-2.4.0/programs/test/
DCMakeLists.txt25 install(TARGETS selftest benchmark ssl_cert_test udp_proxy
/net-tools-3.4.0/tinydtls-0.8.2/platform-specific/
DMakefile.in26 install:
/net-tools-3.4.0/mbedtls-2.4.0/programs/x509/
DCMakeLists.txt28 install(TARGETS cert_app crl_app req_app cert_req cert_write

12