1
0

More than 5 years have passed since last update.

Lua のインストールとAtomエディタの設定【Windows】

Posted at

要点

この手順は大きく分けて二つです.
1. Luaのインストール
2. Atomエディタの実行環境の設定

まとめた理由
* WindowsでのLuaの実行環境についてあまりまとまったものがないこと.

Luaのインストール

下記のリンクを基にLuaのインストールを行った.
http://yohshiy.blog.fc2.com/blog-entry-291.html

  1. 下記のリンクから実行ファイルをdownload.
    http://joedf.ahkscript.org/LuaBuilds/

  2. 展開物を「C:¥Lua」に保存.

  3. パスを通す.

    • 「コントロールパネル」=>「システムとセキュリティ」=>「システム」へ
    • 「システムの詳細設定」をクリック.
    • 「詳細設定」の「環境変数(N)」をクリック.
    • ユーザー環境変数(U)側の「path」に「C:¥Lua」を追加.

Atomエディタの実行環境の設定

プログラムの作成後にコンパイル&実行がスムーズにできるようにAtomエディタのプラグを導入した.

apm install atom-terminal

Windowsの場合,Term3やterminal-plusを入れても入らなかったり,またインストールできても上手く動かなかったり.今回はこの環境設定で落ち着いてます.

1
0
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
0