ssm:how-to-install

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
index:ssm:how-to-install [2014/07/22 18:23] rppssm:how-to-install [2023/03/29 15:16] (現在) – 外部編集 127.0.0.1
行 1: 行 1:
 ======インストール手順====== ======インストール手順======
  
-  $ cd ~/researches/programs/platform/ +  $ git clone http://www.roboken.iit.tsukuba.ac.jp/platform/repos/ssm.git
-  $ git clone http://www.roboken.esys.tsukuba.ac.jp/platform/repos/ssm.git+
   $ cd ssm/   $ cd ssm/
   $ ./configure   $ ./configure
   $ make   $ make
   $ sudo make install   $ sudo make install
 +
 +
 +===== make時にAutomakeのバージョン関係のエラーが出る場合 =====
 +  
 +autoconfのバージョン関係のエラーが出る場合は、
 +<code>
 +$ autoreconf -i -f
 +</code>
 +を行ってから、
 +<code>
 +$ ./configure
 +</code>
 +を行うと改善される場合がある。詳細は[[tips:how-to-autotools]]を参照。
 +
 +
  • ssm/how-to-install.1406021021.txt.gz
  • 最終更新: 2023/03/29 15:15
  • (外部編集)