Skip to content

Commit

Permalink
pkg-config is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
akihikodaki committed Jul 19, 2022
1 parent bb719e6 commit c183b6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ https://github.com/jruby/jruby/pull/4118/commits/edad375ef4dcf195b19ce0afe4befac
`gem install cld3` triggers native library building. If it fails, it is likely
that some required facilities are missing. Make sure C++ compiler is installed.
I recommend [GCC](https://gcc.gnu.org/) as a C++ compiler.
Ruby is likely to need [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)
as well.

Runtime errors are likely to be issues of [FFI](https://github.com/ffi/ffi) or
programming errors. Make sure they are all correct.
Expand Down

0 comments on commit c183b6d

Please sign in to comment.