Search code examples
linuxx11opensusexorg

How to build X11 (X Window System) For ARM


How can I build X11 (X Window System) for ARM CPU in Open-SUSE?
I used cross-arm-linux-gnueabi-gcc for build kernel


Solution

  • you'd better use a framework. Check openebedded or yocto or buildroot.

    I personally use openembedded and I would never ever compile X by hand.