インストール

注意

ここでは、Git と Python(および pip)がすでにインストール済みであるとして説明をします。

  • もし Git がインストールされていない場合は こちら などを参考にインストールをしてください。

  • もし Python がインストールされていない場合は こちら などを参考にインストールをしてください。

以下のコマンドをコマンドライン上で実行することでインストールができます(先頭の $ は入力待ちを示す記号ですので、入力する必要はありません)。

$ pip install git+https://github.com/icpc-jag/rime

インストールが正常に完了していると、rime というコマンドと rime_init というコマンドが使えるようになっているはずです。

$ rime --help
rime.py <command> [<options>...] [<args>...]

    Rime is a tool for programming contest organizers to automate usual, boring
    and error-prone process of problem set preparation. It supports various
    programming contest styles like ACM-ICPC, TopCoder, etc. by plugins.

    To see a brief description and available options of a command, try:

    rime.py help <command>

Commands:

build    Build a target and its dependencies.
clean    Clean intermediate files.
help     Show help.
test     Run tests in a target.

Global options:

-C, --cache_tests  Cache test results.
-d, --debug        Turn on debugging.
-h, --help         Show this help.
-j, --jobs <n>     Run multiple jobs in parallel.
-k, --keep_going   Do not skip tests on failures.
-p, --precise      Do not run timing tasks concurrently.
-q, --quiet        Skip unimportant message.