Tuesday, June 2, 2020
Thursday, May 14, 2020
linux에서 unreal engine + market place setting
1. Unreal engine 설치
https://docs.unrealengine.com/en-US/Platforms/Linux/BeginnerLinuxDeveloper/SettingUpAnUnrealWorkflow/index.html
Github에 가입후, 직접 소스코드를 컴파일하면 됨.
컴파일후 UE4 editor 처음 실행할때 또 설치가 있어서 오래걸림.
2. Marketplace를 사용하기 위한 epic games launch 설치
공식버전은 없으며, 오픈소스 비공식 버전만 가능.
https://github.com/nmrugg/UE4Launcher.git
https://docs.unrealengine.com/en-US/Platforms/Linux/BeginnerLinuxDeveloper/SettingUpAnUnrealWorkflow/index.html
Github에 가입후, 직접 소스코드를 컴파일하면 됨.
컴파일후 UE4 editor 처음 실행할때 또 설치가 있어서 오래걸림.
2. Marketplace를 사용하기 위한 epic games launch 설치
공식버전은 없으며, 오픈소스 비공식 버전만 가능.
https://github.com/nmrugg/UE4Launcher.git
Wednesday, April 8, 2020
G2O Build
설치전 suitesparse를 먼저 설치한다음,
g2o를 빌드하고, 그다음으로
openvslam을 설치한다.
```
sudo apt-get install libsuitesparse-dev
````
g2o를 빌드하고, 그다음으로
openvslam을 설치한다.
```
sudo apt-get install libsuitesparse-dev
````
Monday, February 17, 2020
Subscribe to:
Posts (Atom)