LoginSignup
0
0

More than 3 years have passed since last update.

Self LanguageのMorphic環境を構築する

Last updated at Posted at 2020-06-25

手動で構築する

参照ドキュメント

Getting Started

How to build the world

手順

  1. Selfをインストールする
    • Getting Startedを参照して、実行マシンに応じた方法でインストール
    • この時点で Self コマンドが有効になる
  2. githubからSelfのソースコードをcloneする
    • How to build the world参照
    • git clone https://github.com/russellallen/self.git . (2020/06/25時点)
    • ここでは /home/user/self/repository にcloneしたものとする
  3. GUI付きでSelf環境を構築する(= reconstruct a world

    Self -f /home/user/self/repository/objects/worldBuilder.self \
      -b /home/user/self/repository/objects \
      -o -morphic,ui1
    
  4. 完了するとSelfのREPLが立ち上がるので、デスクトップアプリケーションを起動

    • desktop open

手動で構築しない(Macの場合)

インストールしたときに同梱されているスナップショットを使えばOK.
Self Control -> Choose snapshot -> morphic.snap

スクリーンショット 2020-06-25 15.25.37.png

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