Registry / build-tool / mini-portile

mini-portile

JSON →
library0.6.2rbrubygemsunverified

Provides a simplified way to compile and install dependency libraries for Ruby gems without messing up the system.

gem install mini_portile
INSTALL
IMPORT
SIG · MINI-PORTILE
M
mini-portile
build-toolrubyv0.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MiniPortile
require 'mini_portile'

Download and compile a C library using MiniPortile

require 'mini_portile' recipe = MiniPortile.new('libxml2', '2.9.10') recipe.files << 'http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz' recipe.cook # Downloads, compiles, and installs the library
Debug
Known issues
breakingRequires a C compiler (e.g., gcc) and make to be installed on the system.
fix
Install build-essential (Linux) or Xcode Command Line Tools (macOS).
affects: >= 0.0.0
Upgrade
Version history
0.6.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
mini-portile — gem install mini-portile · libregistry