Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on May 12, 2018. It is now read-only.
/rebarPublic archive

Deprecated Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases. We encourage you to move tohttps://github.com/erlang/rebar3.

License

NotificationsYou must be signed in to change notification settings

rebar/rebar

Repository files navigation

rebar is deprecated and will receive only bug fixes. We encourage you to move torebar3.


rebar

rebar is an Erlang build tool that makes it easy to compile and test Erlangapplications, port drivers and releases.

Build StatusBuild status

rebar is a self-contained Erlang script, so it's easy to distribute or evenembed directly in a project. Where possible, rebar uses standard Erlang/OTPconventions for project structures, thus minimizing the amount of buildconfiguration work. rebar also provides dependency management, enablingapplication writers to easily re-use common libraries from a variety oflocations (git, hg, etc).

Building

Information on building and installingErlang/OTP canbe foundhere (moreinfo).

Dependencies

To build rebar you will need a working installation of Erlang R13B03 (or later).

Should you want to clone the rebar repository, you will also require git.

Downloading

You can download a pre-built binary version of rebar from:

https://github.com/rebar/rebar/wiki/rebar

Building rebar

$ git clone git://github.com/rebar/rebar.git$cd rebar$ ./bootstrapRecompile: src/getopt...Recompile: src/rebar_utils==> rebar (compile)Congratulations! You now have a self-contained script called"rebar"inyour current working directory. Place this script anywherein your pathand you can use rebar to build OTP-compliant apps.

Contributing to rebar

Please refer toCONTRIBUTING.

Community and Resources

In case of problems that cannot be solved through documentation or examples, youmay want to try to contact members of the community for help. The community isalso where you want to go for questions about how to extend rebar, fill in bugreports, and so on.

The main place to go for questions is therebar mailinglist. If you needquick feedback, you can try the #rebar channel onirc.freenode.net. Be sure to check thewiki first, just to be sure you're notasking about things with well known answers.

For bug reports, roadmaps, and issues, visit thegithub issuespage.

General rebar community resources and links:

About

Deprecated Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases. We encourage you to move tohttps://github.com/erlang/rebar3.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp