Done: What happened to the linux installer
|
22nd Jan, 2015, 06:25 AM
Post: #45
|
|||
|
|||
RE: What happened to the linux installer
(22nd Jan, 2015 05:43 AM)CurlyMo Wrote: Can you update github so i can staticly compile the installer as well. Then i can help you with the rest. I haven't change nothing in the program. (Only tried adding "CONFIG += static" to *.pro file but that does nothing) You need to have a static Qt. Then open a terminal and go to the folder where you have your installer files and do this: Quote:make clean "/path/to/static/Qt/bin" is your path to your static qt qmake generates a makefile with the settings. If you dont have a static qt: http://www.qtcentre.org/wiki/index.php?title=Building_static_Qt_on_Linux http://doc.qt.io/qt-5/linux-deployment.html#static-linking ^Don't use just static in configure, because it will take hours. Use something like: ./configure -static -nomake examples -nomake tools -prefix /path/to/static/Qt/bin Hope you got lucky. Use at the end to see if your installer sill need libs or not: ldd ./XBian-installer EDIT: Added in the xbian-installer.pro to the unix part this: QMAKE_LFLAGS = -static -static-libgcc but i'm getting glibc problems |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Linux Installer & DDing Rasp 2 Image | cship | 15 | 41,689 |
6th Mar, 2015 02:59 AM Last Post: beach |
|
[PROBLEM] Linux installer not working | rlogiacco | 4 | 13,289 |
18th Jan, 2015 11:46 PM Last Post: rikardo1979 |
|
Feedback Linux/Mac Installer | BartOtten | 3 | 11,655 |
29th Dec, 2012 05:53 AM Last Post: lemmy999 |