1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

update description of the way to create gem

This commit is contained in:
ser1zw 2013-01-27 12:45:31 +09:00
parent 3c5e13e0e7
commit d6a716e332

View file

@ -28,6 +28,8 @@ $ git clone git://github.com/ruby-opencv/ruby-opencv.git
$ cd ruby-opencv
$ git checkout master
$ bundle install
$ git ls-files > Manifest.txt
$ rake gem:spec
$ rake gem
```
**ruby-opencv-x.y.z.gem** will be created in pkg/ directory.