`

Homebrew packages in PKG_CONFIG_PATH

 
阅读更多

Convert the find to a static list colon : separated PKG_CONFIG_PATH list to reduce launch time.

Step 1. Run pkg-config --list-all to determine what packages are already know by

pkg-config --list-all

# tidy         tidy - tidy - HTML syntax checker# tesseract    tesseract - An OCR Engine# …    

Step 2. Run find to determine the pkgconfig directories that contain *.pc files.

# long form `find`
find /usr/local/Cellar-name 'pkgconfig'-type d | grep lib/pkgconfig | tr '\n'':'| sed s/.$//)# short form `find`
find /-name "pkgconfig"-print

# /usr/local/Cellar/abc/0.1.5/lib/pkgconfig:…/usr/local/Cellar/xyz/2.6/lib/pkgconfig

Step 3. Add the paths libraries of interest, that are not already discoverable by pkg-config, to PKG_CONFIG_PATH.

export PKG_CONFIG_PATH=/usr/local/Cellar/abc/0.1.5/lib/pkgconfig
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/Cellar/abc/0.1.5/lib/pkgconfig
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/my/build/from/source/mmmm/0.1.5/lib/pkgconfig
分享到:
评论

相关推荐

    ps4-remote-pkg-installer:适用于https:github.comflatzps4_remote_pkg_installer的PS4远程PKG安装程序GUI

    PS4远程PKG安装程序 适用于PS4远程PKG安装程序GUI 厌倦了将PKG文件复制到USB,然后转到PS4并手动安装它们? PS4远程PKG安装程序可以为您提供帮助! 用法 通过 在PS4上安装远程PKG安装程序 安装或更高版本 下载 启动...

    Homebrew-4.1.4

    macos版Homebrew-4.1.4

    Homebrew安装包

    Homebrew,被誉为Mac OS上的“Linux包管理器”,是一个...通过Homebrew-4.3.7.pkg这个文件,用户可以直接安装最新版本的Homebrew,享受其带来的便利。不过,注意定期检查和更新Homebrew以获取最新的功能和安全补丁。

    Go 的 OpenSSL 绑定.zip

    在 macOS 上使用安装homebrew$ brew install openssl或者$ brew install openssl@1.1在 Windows 上使用安装mingw-w64安装pkg-config-lite为 mingw32-w64 构建(或安装预编译的)openssl将PKG_CONFIG_PATH设置为包含 ...

    homebrew_launcher:WiiU Homebrew启动器

    用法要使用Homebrew启动器(或简称HBL),必须将homebrew_launcher.elf复制到SD:/wiiu/apps/homebrew_launcher/homebrew_launcher.elf,然后在WiiU浏览器中运行安装程序。 将列出的应用程序应位于SD卡根目录上的...

    Homebrew-4.3.2.pkg

    brew安装包

    rggobi:R和GGobi之间的接口

    Set up PKG_CONFIG_PATH so rggobi can find all the piecesPKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfigRinstall.packages("rggobi", type =

    brew-4.1.14

    在提供的文件中,我们看到三个不同格式的打包文件:`brew-4.1.14.tar.gz`、`brew-4.1.14.zip`和`Homebrew-4.1.14.pkg`。这些文件都是Homebrew 4.1.14的分发形式,但用途不同: 1. `brew-4.1.14.tar.gz`:这是一个...

    homebrew_launcher.v1.4.zip

    这个压缩包“homebrew_launcher.v1.4.zip”包含了安装和运行homebrew应用所需的组件。Homebrew是针对各种电子设备(如Wii U、Nintendo Switch等)的术语,指的是由社区开发者编写的非官方软件,这些软件可以执行系统...

    BrewUp-macOS自动更新Homebrew_Shell_下载.zip

    标题中的"BrewUp-macOS自动更新Homebrew_Shell_下载.zip"表明这是一个与macOS操作系统相关的工具,用于自动化更新Homebrew的shell脚本。Homebrew是Mac OS上的一个非常流行的包管理器,它允许用户方便地安装、管理和...

    Python库 | homebrew_pypi_poet-0.5.0-py2.py3-none-any.whl

    资源分类:Python库 所属语言:Python 使用前提:需要解压 资源全名:homebrew_pypi_poet-0.5.0-py2.py3-none-any.whl 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    Homebrew 国内安装脚本快速部署 brew 国内镜像

    mysql安装配置教程。Homebrew 国内安装脚本,快速部署 brew ,国内镜像。Homebrew是一款在macOS系统上...```shell$HOMEBREW_CORE_GIT_REMOTE=https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.gi$HOMEBREW_BOT

    vimconfig_tags_vim_

    首先,你需要安装ctags(例如,使用包管理器在Linux上运行`sudo apt-get install exuberant-ctags`或在macOS上使用Homebrew的`brew install ctags`)。然后,在你的项目根目录下运行`ctags -R *`,这会为项目中的...

    Mac用Homebrew安装libimobiledevice

    注意 我的环境是macOS Catalina Version 10.15.2。请注意时效性。 第一步,安装Command Line Tools ...即使你装了最新版的Xcode,后续仍可能报错。 第二步,给pkg-config加权限 ...export PKG_CONFIG=$PK

    check_homebrew_update:提示自动升级Homebrew软件包的shell脚本:up_arrow::up_arrow:

    自制程序包自动升级工具 设置 ~/.zshrc添加到~/.bashrc , ~/.zshrc等文件中: (重要:用此Github项目存储库的绝对路径替换<path> ) ...export UPDATE_HOMEBREW_PATH= < path> # Homebrew auto-update scri

    install_homebrew_for_ios.zip 解决安装homebrew Failed to connect to raw.githubuse错误问题

    在mac上搭建RN时或者其他环境时,需要安装Homebrew,但是会有Failed to connect to raw.githubusercontent.com错误问题,按照网上搜索的打开脚本替换源,但是脚本也打不开。 本资源是已经替换好的brew_install脚本,...

    包管理器存储库Homebrew-tap.zip

    window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "2", "bdMiniList": [], "bdPic": "", "bdStyle": "1", "bdSize": "24" }, "share": {} }; with ...

    opencv mac下面配置以及一个配好的空工程

    echo 'export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"' >> ~/.bash_profile echo 'export CPLUS_INCLUDE_PATH="/usr/local/include:$CPLUS_INCLUDE_PATH"' >> ~/.bash_profile echo '...

    homebrew 安装镜像

    使用官网在线安装Homebrew,需要依赖网络条件,当无法访问网络进行在线安装时,可使用此镜像。 安装方法: 1、下载该镜像文件到本地。 2、使用以下命令,进行安装即可: ruby install.mpeg4

Global site tag (gtag.js) - Google Analytics