1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

Clear up binary/platform-specific in README

This commit is contained in:
Petko Bordjukov 2016-06-15 15:23:46 +03:00
parent 82492e5cf8
commit 80fb24d54c

View file

@ -62,9 +62,9 @@ source-based distribution
##### Use with different standard C libraries
The binary versions of this gem are linked against the most used standard
library - glibc. Currently rubygems does not differentiate binary gems by
standard library so we have no way of distributing different binaries for
differnt standard libraries.
library - glibc. Currently rubygems has no mechanism to differentiate
platform-specific gems by standard library so we have no way of distributing
different binaries for differnt standard libraries.
What this means is that if you're running a distro that does not use glibc
(like Alpine Linux), you'll have to use a source version of the gem.