Replies: 3 comments
-
|
You're looking at the release distribution. You don't need to configure or make it. From the bin directory, run Check out the documentation for additional info regarding running on Arm: https://supercell-wx.readthedocs.io/en/stable/getting-started/initial-setup.html#arm-architecture-notes |
Beta Was this translation helpful? Give feedback.
-
|
I ran it as directed and this is the reply. david@rpi5:~/Applications/supercell-wx/bin $ ./supercell-wx ./supercell-wx: /lib/aarch64-linux-gnu/libm.so.6: version So now I have to look for each one of these files and put it in the correct directory? |
Beta Was this translation helpful? Give feedback.
-
|
Debian 12 has glibc 2.36. The Arm release of Supercell Wx requires glibc 2.38, which for Debian I believe is only available in the testing repository. The errors above are not indicative of missing .so files. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There are some files missing to install the program. There is no .configure or make files.
I typed in
tar xf supercell-wx-v0.4.8-linux-arm64.tar.gzand it made a directory calledsupercell-wx. Inside the directory is 3 other directories; bin, lib, plugins. I couldn't find the make file anywhere.uname -a
Linux rpi5 6.12.20+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.20-1+rpt1~bpo12+1 (2025-03-19) aarch64 GNU/Linux
Any help would appreciated.
Beta Was this translation helpful? Give feedback.
All reactions