2
3

More than 5 years have passed since last update.

git clone した Lem を実行する

Posted at

git clone した Lem を実行する方法

以下のコマンドで GitHub から Lem を git clone して、実行することができます。

$ git clone https://github.com/cxxxr/lem.git
$ cd lem
$ ros run -e '(setf ql:*local-project-directories* (list #p"."))(ql:quickload :lem-ncurses)(lem:lem)(quit)'

初回の実行時はコンパイルが行われるため、起動に少し時間がかかります。
コンパイルされたプログラムは ~/.cache/common-lisp にキャッシュされるため、次回の起動時からは比較的早く立ち上がります。

Lem のソースコードを編集して起動し直すと、自動で再コンパイルが実行されます。

Lem 自身のソースコードを弄りたい場合に、Roswell でインストールした Lem とは別に、git でクローンした開発用の Lem を保持することができるので便利です。

参考

2
3
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
2
3