LoginSignup
1
1

More than 5 years have passed since last update.

Torch on CentOS 7

Posted at

事前準備

基本的には以下のページを参照.
http://torch.ch/docs/getting-started.html#_

Torchのダウンロード

$ git clone https://github.com/torch/distro.git --recursive
$ cd torch

インストール

以下のコマンドを実行すると,関連するプログラムを導入する.
予めこれらが導入されている場合はスキップしてもよい(はず).
内部でsudoを呼び出しているっぽい..

$ bash install-deps

結局,以下を実行する.

$ ./install.sh

設定

シェルの設定ファイル(.bashrc)に以下を行う.
基本的には,install.shで自動的にされる.

. {/path/to/torch}/install/bin/torch-activate

これで,thコマンドが使えるようになる.
ここから,いろんなパッケージをインストールする必要がある模様..

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1