Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Install is the path to the directory where the software should be installed Install string // Source is the path to the directory where the source code is Source string // ExtraConfigureArgs is a set of string that are passed to configure ExtraConfigureArgs []string }
Config represents the configuration of the autotools-compliant software to configure/compile/install
Click to show internal directories.
Click to hide internal directories.