Package Details: unreal-engine 5.4.0-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.077389
First Submitted: 2016-05-01 18:37 (UTC)
Last Updated: 2024-04-24 02:23 (UTC)

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 .. 59 60 61 62 63 64 65 66 67 68 69 .. 79 Next › Last »

zerophase commented on 2017-08-16 21:35 (UTC)

@boblehest it's my understanding that the arch packaging tools don't support shallow clones.

boblehest commented on 2017-08-16 20:55 (UTC)

I'd suggest you modify the PKGBUILD to only do a shallow copy of the git repo. Right now, the repo has over 8 GB of old data, but a shallow clone is only 150 MB.

zerophase commented on 2017-08-09 13:53 (UTC)

@wefhy Yeah, you can delete repo after everything is copied over.

wefhy commented on 2017-08-09 11:54 (UTC)

@zerophase thanks, now it was installed properly :) As I did this on clean Arch install, I noticed it lacks ssh client in dependencies. Another thing is - can I delete a folder I cloned it to? it grew up to 70GB while whole installation took about 105GB - hilarious in comparison to installation from binaries.

zerophase commented on 2017-08-09 03:10 (UTC)

@wefhy in addition to needing an account on github, you also need an Epic account to gain access to the private repo.

wefhy commented on 2017-08-08 23:09 (UTC)

I got an error: "Cloning into bare repository '/tmp/pamac-build-wefhy/unreal-engine/UnrealEngine'... ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists." I followed the instructions from there: https://help.github.com/articles/connecting-to-github-with-ssh/ When typing "ssh -T git@github.com" I get positive response ("Hi, you've successfully authenticated(...)"), but still package does not install. I tried both yaourt and clone/makepkg.

kro007 commented on 2017-08-08 08:29 (UTC)

4.17 build fine. But it still doesn't work on my system. System completely freeze when i run UE4editor

zerophase commented on 2017-08-07 18:48 (UTC)

Testing to see if 4.17 builds.