diff --git a/linux.md b/linux.md index 4f2847b..0231b18 100644 --- a/linux.md +++ b/linux.md @@ -1,3 +1,11 @@ # Linux -https://dev.epicgames.com/documentation/en-us/unreal-engine/linux-development-requirements-for-unreal-engine \ No newline at end of file +https://dev.epicgames.com/documentation/en-us/unreal-engine/linux-development-requirements-for-unreal-engine + +## 手順 + +ue editorを開いてメニューの`tool -> c++`で何かを作ります。すると、.slnがproject rootにできます。できなければ、.uprojectを右クリックで.slnを作ります。 + +epic launcherでue installerの`option:linux`を再び有効にします。 + +.slnを開いてbuildにlinuxを選択し、右バーのMyProject(Airse)を右クリックでbuildします。pluginなどが対応していないときは.uprojectを開いてfalseに変更します。対応している場合もbuild errになることがあります。 \ No newline at end of file