Home
last modified time | relevance | path

Searched +full:libboost +full:- +full:log +full:- +full:dev (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/
DREADME.md4 Copyright (C) 2015-2017, Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
13 ----------------
14 The vsomeip stack implements the http://some-ip.com/ (Scalable service-Oriented
18 * a second shared library for SOME/IP's service discovery (`libvsomeip3-sd.so`)
25 - A C++11 enabled compiler like gcc >= 4.8 is needed.
26 - vsomeip uses CMake as buildsystem.
27 - vsomeip uses Boost >= 1.55:
31 `sudo apt-get install libboost-system1.55-dev libboost-thread1.55-dev libboost-log1.55-dev`
34 -- URL: https://launchpad.net/~boost-latest/+archive/ubuntu/ppa
35 --`sudo add-apt-repository ppa:boost-latest/ppa`
[all …]
/external/sdv/vsomeip/.github/workflows/
Dc-cpp.yml11 runs-on: [ubuntu-18.04]
14 - uses: actions/checkout@v2
15 - name: install dependencies
17 sudo apt-get update -qq
18 …sudo apt-get install -y libboost-system-dev libboost-thread-dev libboost-log-dev googletest asciid…
19 - name: Run CMake+Ninja without triplet
20 uses: lukka/run-cmake@v2
25 …cmakeAppendedArgs: '-DGTEST_ROOT=/usr/src/googletest/googletest/ -DCMAKE_INSTALL_PREFIX=${{ runner…
26 buildWithCMakeArgs: '-t all build_tests doc install'
28 - uses: actions/upload-artifact@v2
/external/ot-br-posix/tests/scripts/
Dbootstrap.sh30 set -euxo pipefail
33 [[ -d $TOOLS_HOME ]] || mkdir -p "$TOOLS_HOME"
41 if [[ -f ${OTBR_APT_CONF_FILE} ]] && grep Install-Recommends "${OTBR_APT_CONF_FILE}"; then
45 sudo tee -a /etc/apt/apt.conf <<EOF
46 APT::Get::Install-Recommends "false";
47 APT::Get::Install-Suggests "false";
54 sudo apt-get install --no-install-recommends -y \
55 libdbus-1-dev \
56 ninja-build \
59 net-tools \
[all …]
/external/openthread/tests/toranj/
Dstart.sh39 sudo rm tmp/*.flash tmp/*.data tmp/*.swap >/dev/null 2>&1
40 sudo rm ./*.log >/dev/null 2>&1
44 sudo killall wpantund >/dev/null 2>&1
46 while read -r interface; do
47 sudo ip link delete "$interface" >/dev/null 2>&1
48 done < <(ifconfig 2>/dev/null | grep -o "wpan[0-9]*")
58 if sudo -E "${python_app}" "$1"; then
64 if [ "$counter" -lt 7 ]; then
73 tail -n 40 "${log_file_name}"*.log
81 sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev
[all …]
/external/sdv/vsomeip/documentation/
DvsomeipUserGuide10 :iconsdir: {asciidoc-confdir}/{iconsdir}
14 :data-uri:
18 Copyright (C) 2015-2019, Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
29 // or pass it via -a version=$VSOMEIP_VERSION to asciidoc
33 ----------------
34 The vsomeip stack implements the http://some-ip.com/[Scalable service-Oriented
38 * a second shared library for SOME/IP's service discovery (`libvsomeip-sd.so`)
42 ------------------
49 *** `sudo apt-get install libboost-system1.55-dev libboost-thread1.55-dev
50 libboost-log1.55-dev`
[all …]