Package Details: unreal-engine 5.4.1-0

Git Clone URL: https://aur.archlinux.org/unreal-engine.git (read-only, click to copy)
Package Base: unreal-engine
Description: A 3D game engine by Epic Games which can be used non-commercially for free.
Upstream URL: https://www.unrealengine.com/
Keywords: 3D engine game ue5 Unreal
Licenses: GPL3, custom:UnrealEngine
Submitter: acerix
Maintainer: Shatur (Neko-san)
Last Packager: Neko-san
Votes: 73
Popularity: 0.067097
First Submitted: 2016-05-01 18:37 (UTC)
Last Updated: 2024-05-05 08:52 (UTC)

Dependencies (28)

Required by (1)

Sources (5)

Pinned Comments

Neko-san commented on 2022-11-01 02:32 (UTC) (edited on 2023-06-25 01:19 (UTC) by Neko-san)

@juancarlospaco this is easily done on your own system, not in a PKGBUILD, given that building packages runs as root:

sudo groupadd unrealengine-users
sudo usermod -aG unrealengine-users (your-username)
sudo chown -R root:unrealengine-users /opt/unreal-engine
sudo chmod -R 775 /opt/unreal-engine

Permission issues like this are already mentioned on the UE Arch wiki page: https://wiki.archlinux.org/title/Unreal_Engine_4#Installing_from_the_AUR

This is a user system problem; I already did what I could without needing users to do the above by giving the 777 permissions. If it still gives you trouble, you'll have to use the example to solve it or change the install location to somewhere you have user permissions by default (as I cannot do this for you).

zerophase commented on 2021-05-27 08:15 (UTC) (edited on 2021-05-30 08:41 (UTC) by zerophase)

Will update to 5.0 when it is released.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 79 Next › Last »

trainzkid commented on 2023-07-11 11:32 (UTC)

Thanks, all, this successfully builds and installs now! It complains about other stuff once running, but I'm betting there's some permissions stuff I need to fiddle with, so I'll refer to the wiki for next steps.

Thanks again!!

OdinVex commented on 2023-07-07 08:47 (UTC)

@Neko-san I only saw (even after refreshing) 376e1761a6adfb7d7a46d029e35cb329cc7ea101, but the new stuff is there, I see it now.

Neko-san commented on 2023-07-07 08:45 (UTC) (edited on 2023-07-07 08:45 (UTC) by Neko-san)

No, it looks like it updated the PKGBUILD: https://aur.archlinux.org/cgit/aur.git/commit/?h=unreal-engine&id=6dd6ce046f4c696065e9c1e7f91600e0ca379365

Neko-san commented on 2023-07-07 08:44 (UTC)

Uhhhh, weird; I'll take a look

OdinVex commented on 2023-07-07 08:43 (UTC)

@neko-san That push only updated rel. Forgot to git add the PKGBUILD?

OdinVex commented on 2023-07-07 08:37 (UTC)

@neko-san Yeah, find was a bit...nuke-like. xD

Neko-san commented on 2023-07-07 08:36 (UTC)

Ah, yes, I see it; I'll correct that

Neko-san commented on 2023-07-07 08:31 (UTC)

I updated the PKGBUILD to solve that issue by finding the license by using find instead; I've never had the problem you've described but this should more reliable.

OdinVex commented on 2023-07-07 08:30 (UTC) (edited on 2023-07-07 08:37 (UTC) by OdinVex)

@neko-san It's because of the cd correction you added in d9919275d0cc67bbf952f1f4183728c6901b166c, as I mentioned. Don't you see a potential issue with that if block?... One block cds, the other doesn't... and only because you didn't need to move the cd, you just needed to correct the paths the first time around in that block.

OdinVex commented on 2023-07-07 08:21 (UTC) (edited on 2023-07-07 08:21 (UTC) by OdinVex)

@trainzkid Follow the posts backwards to find out how to shortcut the process to save your build. If I recall, full path to src LICENSE.md should've been used instead of relying on cd in a specific order.