Files
UnrealEngine/Engine/Source/ThirdParty/jemalloc/build/HowToBuild_EPIC.txt
2025-05-18 13:04:45 +08:00

9 lines
260 B
Plaintext

Needs to be built on target machine.
For Linux:
1) Run build.sh in the resulting directory, it will untar, configure and build with the proper flags
2) copy files .a and .so files from /lib and .h from /include to ../lib/Linux/<architecture-triplet>
-RCL