Created wiki page through web user interface.
This commit is contained in:
parent
99fb8c5240
commit
4b1b1f9fe9
1 changed files with 36 additions and 0 deletions
36
wiki/InstallJa.wiki
Normal file
36
wiki/InstallJa.wiki
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
#summary sj3のインストール方法
|
||||||
|
|
||||||
|
= セットアップ =
|
||||||
|
|
||||||
|
コマンドラインから
|
||||||
|
|
||||||
|
{{{
|
||||||
|
./configure
|
||||||
|
}}}
|
||||||
|
|
||||||
|
を入力することでセットアップします。
|
||||||
|
どのようなオプションがあるかを知るには、
|
||||||
|
|
||||||
|
./configure --help
|
||||||
|
|
||||||
|
と入力してください。
|
||||||
|
|
||||||
|
= コンパイル =
|
||||||
|
|
||||||
|
{{{
|
||||||
|
make
|
||||||
|
}}}
|
||||||
|
|
||||||
|
でビルドを開始します。
|
||||||
|
|
||||||
|
= インストール =
|
||||||
|
|
||||||
|
*インストールするには、ユーザ"_sj3"が必要です。事前に追加しておいてください。*
|
||||||
|
|
||||||
|
ルートになって、
|
||||||
|
|
||||||
|
{{{
|
||||||
|
make install
|
||||||
|
}}}
|
||||||
|
|
||||||
|
でインストールが開始します。
|
||||||
Loading…
Add table
Add a link
Reference in a new issue