Searched +full:libsqlite3 +full:- +full:dev (Results 1 – 7 of 7) sorted by relevance
30 set -e -x37 packages="${packages} gcc-multilib"38 packages="${packages} g++-multilib"39 sudo dpkg --add-architecture i38642 packages="${packages} liblua5.2-0${pkgsuffix}"43 packages="${packages} liblua5.2-dev${pkgsuffix}"44 packages="${packages} libsqlite3-0${pkgsuffix}"45 packages="${packages} libsqlite3-dev${pkgsuffix}"46 packages="${packages} pkg-config${pkgsuffix}"48 sudo apt-get update -qq[all …]
30 # \file admin/build-bintray-dist.sh37 set -e -x45 sudo apt-get update -qq59 packages="${packages} gcc-multilib"60 packages="${packages} g++-multilib"62 packages="${packages} liblua5.2-0${pkgsuffix}"63 packages="${packages} liblua5.2-dev${pkgsuffix}"64 packages="${packages} libsqlite3-0${pkgsuffix}"65 packages="${packages} libsqlite3-dev${pkgsuffix}"66 packages="${packages} pkg-config${pkgsuffix}"[all …]
6 paths-ignore:7 - 'man/**'8 - '**.md'9 - 'AUTHORS'10 - 'COPYRIGHT'11 - 'LICENSE'12 - 'NOTICE'13 - '.gitignore'16 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}17 cancel-in-progress: true[all …]
3 # that they can be reused in the autoconf sub-tree. This file requires4 # functions from the project-agnostic proj.tcl.6 if {[string first " " $autosetup(srcdir)] != -1} {7 user-error "The pathname of the source tree\10 if {[string first " " $autosetup(builddir)] != -1} {11 user-error "The pathname of the build directory\19 # --prefix=... to work and to emit the Host/Build system info, but we20 # don't want those to interfere with --help output.21 define PACKAGE_VERSION [proj-file-content -trim $::autosetup(srcdir)/VERSION]22 if {"--help" ni $::argv} {[all …]
5 developers regarding using and maintaining the [Autosetup][]-based10 - [Autosetup API Reference](#apiref)11 - [API Tips](#apitips)12 - [Ensuring TCL Compatibility](#tclcompat)13 - [Design Conventions](#conventions)14 - Symbolic Names of Feature Flags15 - Do Not Update Global Shared State16 - [Updating Autosetup](#updating)17 - ***[Patching Autosetup for Project-local changes](#patching)***18 - [Branch-specific Customization](#branch-customization)[all …]
9 include tags=package=clibs-dev10 private tags=package=clibs-dev11 bsddialog tags=package=utilities-dev13 bsdstat tags=package=libbsdstat-dev15 event1 tags=package=libevent1-dev17 gmock tags=package=utilities-dev18 internal tags=package=utilities-dev19 custom tags=package=utilities-dev23 gtest tags=package=utilities-dev24 internal tags=package=utilities-dev[all …]
4 # -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir5 # -DNO_CLEAN do not clean at all (enabled by default)6 # -DDB_FROM_SRC use the user/group databases in src/etc instead of8 # -DNO_SHARE do not go into share subdir9 # -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,OBJ}10 # -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel11 # -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel12 # -DNO_KERNELOBJ do not run ${MAKE} obj in ${MAKE} buildkernel13 # -DNO_ROOT install without using root privilege14 # -DWITHOUT_CTF do not run the DTrace CTF conversion tools on built objects[all …]