Home

Awesome

Build Status

renderproto

This extension defines the protcol for a digital image composition as the foundation of a new rendering model within the X Window System. See documentation

Maintainers

Type of Package

Library package

Use as Dependency

Library packages can be set as runtime or build time dependencies, however they are typically used as buildtime dependencies. See Defining your dependencies for more information.

To add core/renderproto as a dependency, you can add one of the following to your plan file.

Buildtime Dependency

pkg_build_deps=(core/renderproto)

Runtime Dependency

pkg_deps=(core/renderproto)

Use as a Library

Installation

To install this plan, run the following command:

hab pkg install core/renderproto

hab pkg install core/renderproto
» Installing core/renderproto
☁ Determining latest version of core/renderproto in the 'stable' channel
→ Found newer installed version (core/renderproto/0.11.1/20200928131553) than remote version (core/renderproto/0.11.1/20200404073329)
→ Using core/renderproto/0.11.1/20200928131553
★ Install of core/renderproto/0.11.1/20200928131553 complete with 0 new packages installed.

Viewing library files

To view the library files first get the habitat installation directory

hab pkg path core/renderproto
/hab/pkgs/core/renderproto/0.11.1/20200928131553

Then list the libraries, for example:

find $(hab pkg path core/renderproto)/include -type f
/hab/pkgs/core/renderproto/0.11.1/20200928131553/include/X11/extensions/render.h
/hab/pkgs/core/renderproto/0.11.1/20200928131553/include/X11/extensions/renderproto.h