差分

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

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン 両方とも次のリビジョン
article:settings [2020/10/31 22:02]
kijima [VPN]
article:settings [2020/10/31 22:04]
kijima [最初にやること]
行 4: 行 4:
  
 <code bash> <code bash>
-sudo apt-get update &+sudo apt-get update &&
 apt-get install cmigemo emacs git guake openssh-server ruby w3m  apt-get install cmigemo emacs git guake openssh-server ruby w3m 
 </code> </code>
行 63: 行 63:
 https://www.inworks.jp/download/oyainput https://www.inworks.jp/download/oyainput
  
-<code>+<code bash>
 $ sudo apt-get install -y git gcc make $ sudo apt-get install -y git gcc make
 </code> </code>
  
 作業用にworkという名前でディレクトリを作成してみましょう。 作業用にworkという名前でディレクトリを作成してみましょう。
-<code>+<code bash>
 $ cd $ cd
 $ mkdir work $ mkdir work
行 75: 行 75:
  
 GitHubからソースを取得します。 GitHubからソースを取得します。
-<code>+<code bash>
 $ git clone https://github.com/inwskatsube/oyainput.git $ git clone https://github.com/inwskatsube/oyainput.git
 </code> </code>
  
 メイク&インストールして完了です。(要sudo) メイク&インストールして完了です。(要sudo)
-<code>+<code bash>
 $ cd oyainput $ cd oyainput
 $ make; sudo make install $ make; sudo make install
行 119: 行 119:
  
 ===== auto-test.pyの使い方 ===== ===== auto-test.pyの使い方 =====
- +<code bash> 
-    $ cd roguelike +$ cd roguelike 
-    $ autorun_pytest.py ~/roguelike pytest py+$ autorun_pytest.py ~/roguelike pytest py 
 +</code>
  
article/settings.txt · 最終更新: 2021/08/17 23:04 by kijima