0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Lean4】Lakeで立ち上げたプロジェクトをビルドする

Posted at

lake new [package_name]
でプロジェクトを作成して
cd [package_name]
でフォルダを移動して
lake build
でたぶんデフォルトのプロジェクトがビルドされる。
ビルドされたファイルは、
\build\bin\
にあるから、ターミナルから動かすと、
Hello, world!
と出てくれる。

本当はもっと高度なことがしたかったが、初歩の初歩で躓いて
ここまでしかできなかった。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?