Patch binaries for older linux versions using polyfill-glibc #2441
Toumlab
started this conversation in
Show and tell
Replies: 1 comment
-
|
Please note: this script only works with intermediate assets, and not with final releases for some unknown reason! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This allows the use of TRX with older glibc versions (2.31 in this example) :) :) :)
Please have a look at: https://github.com/corsix/polyfill-glibc/tree/main
Before you begin, make sure you have the necessary dependencies installed for building the project. You'll need to have Git, Ninja, and CMake installed.
bash
sudo apt update
sudo apt install git ninja-build cmake build-essential
git: To clone the repository.
ninja-build: To build using the Ninja build system.
cmake: To configure the project.
build-essential: Includes the necessary tools like gcc to compile the code.
Now, clone the polyfill-glibc repository from GitHub:
bash
git clone https://github.com/corsix/polyfill-glibc.git
cd polyfill-glibc
bash
ninja polyfill-glibc
This will start the compilation process, and Ninja will build the polyfill-glibc library.
'/home/mypath/polyfill-glibc/polyfill-glibc' --target-glibc=2.31 '/home/myTRXpath/TR1X'
Enjoy!
Beta Was this translation helpful? Give feedback.
All reactions