「MonoGameでプログラマブルシェーダーを使う」の版間の差分
Administrator (トーク | 投稿記録) |
Administrator (トーク | 投稿記録) 編集の要約なし |
||
| 29行目: | 29行目: | ||
<source lang="bash"> | <source lang="bash"> | ||
#bashの場合 | #bashの場合 | ||
echo 'export PATH=$PATH:"/Applications/Wine Stable.app/Contents/Resources/wine/bin/"' >> ~/.profile | |||
echo 'export MGFXC_WINE_PATH="$HOME/.winemonogame"' >> ~/.profile | echo 'export MGFXC_WINE_PATH="$HOME/.winemonogame"' >> ~/.profile | ||
</source> | </source> | ||
<source lang="bash"> | <source lang="bash"> | ||
#zshの場合 | #zshの場合 | ||
echo 'export PATH=$PATH:"/Applications/Wine Stable.app/Contents/Resources/wine/bin/"' >> ~/.zprofile | |||
echo 'export MGFXC_WINE_PATH="$HOME/.winemonogame"' >> ~/.zprofile | echo 'export MGFXC_WINE_PATH="$HOME/.winemonogame"' >> ~/.zprofile | ||
</source> | </source> | ||
MacOSからログアウトする。 | |||
再起動でもいいぞ。 | |||
== MonoGame 3.7.1まで == | == MonoGame 3.7.1まで == | ||