mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-22 00:19:19 +01:00
ruby: makegem.sh
This commit is contained in:
parent
d5609f3207
commit
7df1780853
8
README
8
README
@ -19,12 +19,12 @@ Binary-based efficient data interchange format.
|
|||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
To install Ruby binding, run ./gengem.sh script on ruby/ directory and install
|
To install Ruby binding, run ./makegem.sh script on ruby/ directory and install
|
||||||
generated gem package.
|
generated gem package.
|
||||||
|
|
||||||
$ cd ruby
|
$ cd ruby
|
||||||
$ ./gengem.sh
|
$ ./makegem.sh
|
||||||
$ gem install gem/pkg/msgpack-*.gem
|
$ gem install msgpack-*.gem
|
||||||
|
|
||||||
|
|
||||||
*Usage
|
*Usage
|
||||||
@ -54,7 +54,7 @@ Binary-based efficient data interchange format.
|
|||||||
API Document is available at http://msgpack.sourceforge.jp/.
|
API Document is available at http://msgpack.sourceforge.jp/.
|
||||||
|
|
||||||
|
|
||||||
Copyright (C) 2008-2009 FURUHASHI Sadayuki
|
Copyright (C) 2008-2010 FURUHASHI Sadayuki
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user