Ubuntu unreal engine 從 source code 開始編譯安裝 到 執行

前篇: Ubuntu  安裝 Nvidia RTX 3060 Ti  





Unreal Engine 5.1 Hardware and Software Specifications


Unreal engine 5.1 要求是 Ubuntu 22.04 Linux kernel 5.0.2 以上的版本 

前篇已升級到 Ubuntu 22.04, Linux kernel 是 5.15.0-58,

CPU 是 Intel Core i7-10700K 八核, 記憶體 32G

顯卡: Nvidia RTX 3060 Ti, 記憶體 8G


Nvidia RHI : (Render Hardware Interface)

https://developer.nvidia.com/blog/writing-portable-rendering-code-with-nvrhi/




Unreal Engine 5.1 Development Requirements





Download Unreal Engine Source

Unreal Engine source repository 在 Github 是 private, 

需要先加入 Epic Game 同意相關條文後, 才可以 access


Building Unreal Engine From Source

$ ./Setup.sh


$ ./GenerateProjectFiles.sh


$ ./make


Running the Editor

這邊官網指令有寫錯, 不是 ./UE4Editor 因為目前這版已經是 v5.1

在 ./Engine/Binaries/Linux/ 下, 有個 ./UnrealEditor

執行會看到這個網頁一開始的畫面, 接著會進到主頁選擇要開的項目



經過兩天從底層 Nvidia kernel driver, 到 unreal engine, 能看到這個畫面還是蠻興奮的. 

接著看看有什麼有趣的項目, 例如打一套太極拳, 來 survey 試試第一個 unreal engine project ^^







留言

熱門文章