comparison ruby/rbdc/README.txt @ 26:3745790db233

-typo
author Tassilo Philipp
date Tue, 24 Apr 2018 16:09:32 +0200
parents 02a455de2b40
children edbbd467f50a
comparison
equal deleted inserted replaced
25:02a455de2b40 26:3745790db233
8 1) The extension isn't built here, but its code along with dyncall's source is bundled 8 1) The extension isn't built here, but its code along with dyncall's source is bundled
9 in a .gem file to then be built and installed on the target platform. 9 in a .gem file to then be built and installed on the target platform.
10 So, you need dyncall's full source code to be included. Unfortunately, the .gemspec isn't 10 So, you need dyncall's full source code to be included. Unfortunately, the .gemspec isn't
11 flexible enough to pull from different paths, so building the .gem file requires dyncall 11 flexible enough to pull from different paths, so building the .gem file requires dyncall
12 to be found next to rbdc.c and extconf.rb. This means either copy dyncall's base directory 12 to be found next to rbdc.c and extconf.rb. This means either copy dyncall's base directory
13 do ./dyncall or create a symlink ./dyncall, that points to it. 13 to ./dyncall or create a symlink ./dyncall, that points to it.
14 14
15 2) Then, build this gem with: 15 2) Then, build this gem with:
16 16
17 gem build rbdc.gemspec 17 gem build rbdc.gemspec
18 18