Documentation ¶
Index ¶
- Variables
- type PkgConfig
- func (self *PkgConfig) Command(args ...string) *exec.Cmd
- func (self *PkgConfig) CommandOutput(args ...string) (string, error)
- func (self *PkgConfig) GetIncludeDirs(name string) ([]string, error)
- func (self *PkgConfig) GetLibNames(name string) ([]string, error)
- func (self *PkgConfig) GetPKG_CONFIG_PATH() string
Constants ¶
This section is empty.
Variables ¶
View Source
var POSSIBLE_LIBDIR_NAMES = []string{"lib", "lib64"}
TODO: I don't like this.. I already have such list somethere
Functions ¶
This section is empty.
Types ¶
type PkgConfig ¶
type PkgConfig struct {
// contains filtered or unexported fields
}
func NewPkgConfig ¶
func (*PkgConfig) CommandOutput ¶
func (*PkgConfig) GetIncludeDirs ¶
func (*PkgConfig) GetPKG_CONFIG_PATH ¶
Click to show internal directories.
Click to hide internal directories.