hlsdk-portable icon indicating copy to clipboard operation
hlsdk-portable copied to clipboard

how to build for (and while on) other architectures

Open EternallyEmber opened this issue 2 years ago • 3 comments

How to build for (and while on) other architectures. (ARM, ARM64, PPC, PPC64, PPC64le, RISC-V) more accessible build instructions for other architectures.

EternallyEmber avatar Sep 02 '22 21:09 EternallyEmber

You just do. There is no anything special.

a1batross avatar Sep 03 '22 12:09 a1batross

You just do. There is no anything special.

I meant this dependency-wise. Do i need the 32-bit ARM version of libsdl2-dev when compiling for ARM64? Or just the ARM64 version? Also which chroots can we we use, or cant we use any chroots on other architectures? Do we need to set some variables for our architecture to build?

EternallyEmber avatar Sep 11 '22 10:09 EternallyEmber

SDL2 needed only for GoldSource(Actually i386 linux). For different architectures you can set 64BIT variable. Instructions with chroots only for GoldSource modders/users. For any other cases see #Other platforms.

nekonomicon avatar Sep 11 '22 13:09 nekonomicon