scons
Substitute for classic 'make' tool with autoconf/automake functionality
Package Information
- Domain:
scons.org
- Name:
scons
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install scons
Programs
This package provides the following executable programs:
scons
Available Versions
Show all 7 versions
4.9.1
,4.9.0
,4.8.1
,4.8.0
,4.7.0
4.6.0
,4.5.2
Latest Version: 4.9.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) scons -- $SHELL -i
Dependencies
This package depends on:
python.org~3.11
linux:gnu.org/gcc>=10
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.scons
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.