Searched +full:libboost +full:- +full:test +full:- +full:dev (Results 1 – 6 of 6) sorted by relevance
6 This project uses some third-party code:7 - src/phonenumbers/utf/ sources come from lib9 which is also used in Go.11 -----------------------------------12 In recent Debian-based distributions you may be able to simply install the16 - Use this if you just need to use or link against the library:17 $ sudo apt-get install libphonenumber8 libphonenumber-dev20 - Use this if you wish to develop or debug the library:21 $ sudo apt-get source libphonenumber28 --------------------------------------------31 The example command lines below assume that you have a Debian-based GNU/Linux[all …]
6 - gcc9 - linux13 - master19 - sudo apt-get update -qq22 - sudo apt-get install libboost-test-dev25 - autoreconf -f -i26 - ./configure CXXFLAGS=--std=c++1127 - make29 - cd tests30 - autoreconf -f -i[all …]
11 name: autoconf build & test13 runs-on: ubuntu-latest16 - uses: actions/checkout@v217 - name: compile and run examples19 autoreconf -i -f22 - name: compile and run tests24 sudo apt-get install libboost-test-dev26 autoreconf -i -f30 - name: make distcheck34 name: cmake build & test[all …]
10 - [Prerequisites](#prerequisites)11 - [Pull Requests](#pull-requests)12 - [Getting started with Git workflow](#getting-started-with-git-workflow)13 - [1. Clone Boost super-project](#1-clone-boost-super-project)14 - [2. Checkout Boost.GIL development branch](#2-checkout-boostgil-development-branch)15 - [3. Fork Boost.GIL repository on GitHub](#3-fork-boostgil-repository-on-github)16 - [4. Submit a pull request](#4-submit-a-pull-request)17 - [5. Update your pull request](#5-update-your-pull-request)18 - [Development](#development)19 - [Install dependencies](#install-dependencies)[all …]
5 1014 sudo apt install pygobject-3.07 1016 sudo apt install python-gi-dev12 1021 blueman-manager 14 1023 cd test/30 1039 find . -name blueman-manager31 1040 find . -name blueman32 1041 find . -name "blueman"33 1042 find . -name "blueman*"34 1043 find . -name "*blueman*"36 1045 blueman-manager [all …]
1 nghttp2 - HTTP/2 C Library9 proxy. We have also developed load test and benchmarking tools for20 ------------------23 HTTP/2 and `RFC 7541 <https://tools.ietf.org/html/rfc7541>`_ HPACK -27 (https://github.com/tatsuhiro-t/spdylay) project.29 Public Test Server30 ------------------37 This endpoint supports ``h2``, ``h2-16``, ``h2-14``, and46 ------------50 * pkg-config >= 0.20[all …]