aboutsummaryrefslogtreecommitdiff
path: root/scripts/ue_build_linux
Commit message (Collapse)AuthorAgeFilesLines
* added default Linux UE toolchain directory (#558)Stefan Boberg2025-10-062-14/+22
| | | | | Instead of forcing user to specify a suitable directory for the UE toolchain, we offer a default which matches what the Github runners use and which is also covered by the root `.gitignore` file
* Update to recent UE toolchain, and link statically against toolchain libc++ ↵Liam Mitchell2025-06-134-14/+4
| | | | and libc++abi
* fixed paths in ue_build_linux/README.mdStefan Boberg2023-11-211-3/+3
|
* revive UE toolchain build (#343)Dan Engelbrecht2023-08-222-48/+41
| | | | | | | | | * add comment about 7z usage in xmake bundle * add ue-libcxx lib/headers and licence + tps * update get_ue_toolchain.sh to use embedded libc++ and decouple from p4 * clearer output when falling back to zip from 7z * update ci scripts to use ue toolchain on linux * updated linux build README.md * changelog
* Fixed wrong if-statement when checking for the presence of clang++Martin Ridgers2023-02-061-1/+1
|
* Added note about UE toolchain meeting VFX reference platform versionsMartin Ridgers2023-02-061-3/+4
|
* Fixed two typos in ReadmeMartin Ridgers2023-02-061-2/+2
|
* Scripts to acquire and use UE's Linux toolchainMartin Ridgers2023-02-025-0/+126