You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kazuho Oku edited this page Mar 13, 2019
·
3 revisions
The preferred way of importing third-party code is to store them in dedicated directories under deps/, by running misc/dump-github-repository.pl.
The example below dumps the entire repository of picohttpparser (at the point of commit-hash) into a directory named deps/picohttpparser, and commits the changes being made.
For adding mruby modules their directory name should start with mruby-. All modules that match Dir.glob("../mruby-*/mrbgem.rake") get automatically linked.