<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 2010-2023 j8takagi --> <!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Install (YACASL2のインストール)</title> <meta name="description" content="Install (YACASL2のインストール)"> <meta name="keywords" content="Install (YACASL2のインストール)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <link href="index.html" rel="start" title="Top"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="install.html" rel="up" title="install"> <link href="Environment.html" rel="next" title="Environment"> <link href="Detail-Test.html" rel="prev" title="Detail Test"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.indentedblock {margin-right: 0em} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.lisp {margin-left: 3.2em} kbd {font-style: oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} span.nolinebreak {white-space: nowrap} span.roman {font-family: initial; font-weight: normal} span.sansserif {font-family: sans-serif; font-weight: normal} ul.no-bullet {list-style: none} --> </style> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body lang="ja_JP"> <span id="Install"></span><div class="header"> <p> Next: <a href="Environment.html" accesskey="n" rel="next">Environment</a>, Previous: <a href="Detail-Test.html" accesskey="p" rel="prev">Detail Test</a>, Up: <a href="install.html" accesskey="u" rel="up">install</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> <span id="insutoru"></span><h3 class="section">2.7 インストール</h3> <p>ビルドが成功したら、<code>make install</code>コマンドで必要なファイルをインストールできます。 初期設定では、ホームディレクトリー以下にYACASL2のファイルがインストールされます。 </p> <div class="example"> <pre class="example">$ <kbd>make install</kbd> </pre></div> <p>コマンド実行時にオプションを指定することで、インストール先のディレクトリーを変更できます。 例えば、<samp>/usr/local</samp>以下にファイルをインストールするには、 次のようにコマンドを実行します。 </p> <div class="example"> <pre class="example">$ <kbd>sudo make install prefix=/usr/local</kbd> </pre></div> <p>オプションの詳細は次のとおりです。 </p> <table> <thead><tr><th width="20%">オプション</th><th width="50%">説明</th><th width="30%">初期設定</th></tr></thead> <tr><td width="20%"><var>prefix</var></td><td width="50%">インストール時のルートファイル</td><td width="30%"><samp>~</samp></td></tr> <tr><td width="20%"><var>bindir</var></td><td width="50%">実行ファイルのインストール先</td><td width="30%"><samp>$prefix/bin</samp></td></tr> <tr><td width="20%"><var>infodir</var></td><td width="50%">infoファイルのインストール先</td><td width="30%"><samp>$prefix/share/info</samp></td></tr> </table> </body> </html>