Skip to content

yuu-ux/so_long

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac OS で Ubuntu環境 で動作するアプリケーションを動かす

Usage

  1. Xquartz をインストールする(https://www.xquartz.org/)
  2. Settings の 「Allow connections from network clients」をチェック し、「Authenticate connections」のチェックを外す
  3. ユーザー名を取得して Dockerfile の UID を書き換える
id -u
  1. ホストのウィンドウに接続できるようにする
xhost +local:
  1. Linux ブランチのソースをクローンする
git clone -b linux https://github.com/yuu-ux/so_long.git
  1. docker_start.sh に実行権限を付与する
chmod +x docker_start.sh
  1. イメージをビルドし、docker コンテナを立ち上げる
./docker_start.sh
  1. so_long ディレクトリへ移動する
cd so_long
  1. make する
make re

9.1 サブモジュールをアップデートするタイミングでエラーがでたら以下のコマンドを実行する

git config --global --add safe.directory /so_long
  1. プログラムを実行する
./so_long ok_map/minimum_map.ber

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors