Ignore:
Timestamp:
Jan 21, 2018, 12:10:09 AM (6 years ago)
Author:
coas-nagasima
Message:

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

Location:
EcnlProtoTool/trunk/mruby-1.3.0
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/mruby-1.3.0/README.md

    r270 r331  
    1818## How to get mruby
    1919
    20 The stable version 1.2.0 of mruby can be downloaded via the following URL: [https://github.com/mruby/mruby/archive/1.2.0.zip](https://github.com/mruby/mruby/archive/1.2.0.zip)
     20The stable version 1.3.0 of mruby can be downloaded via the following URL: [https://github.com/mruby/mruby/archive/1.3.0.zip](https://github.com/mruby/mruby/archive/1.3.0.zip)
    2121
    2222The latest development version of mruby can be downloaded via the following URL: [https://github.com/mruby/mruby/zipball/master](https://github.com/mruby/mruby/zipball/master)
     
    2727    $ git clone https://github.com/mruby/mruby.git
    2828
     29You can also install and compile mruby using [ruby-install](https://github.com/postmodern/ruby-install), [ruby-build](https://github.com/rbenv/ruby-build) or [rvm](https://github.com/rvm/rvm).
     30
    2931## mruby home-page
    3032
     
    3335## Mailing list
    3436
    35 We don't have mailing list, but you can use [GitHub issues](https://github.com/mruby/mruby).
     37We don't have a mailing list, but you can use [GitHub issues](https://github.com/mruby/mruby).
    3638
    3739## How to compile and install (mruby and gems)
     
    5355mruby contains a package manager called *mrbgems*. To create extensions
    5456in C and/or Ruby you should create a *GEM*. For a documentation of how to
    55 use mrbgems consult the file [doc/mrbgems/README.md](doc/mrbgems/README.md). For example code of
     57use mrbgems consult the file [doc/guides/mrbgems.md](doc/guides/mrbgems.md). For example code of
    5658how to use mrbgems look into the folder *examples/mrbgems/*.
    5759
Note: See TracChangeset for help on using the changeset viewer.