#主机安装gettextlibglib2.0-dev
sudoapt-getinstallgettextlibglib2.0-dev
exportPREFIX=/gtkdfb&
#installglib2.16
echoac_cv_type_long_long=yes>arm-none-linux-gnueabi.cache&
echoglib_cv_stack_grows=no>>arm-none-linux-gnueabi.cache&
echoglib_cv_uscore=no>>arm-none-linux-gnueabi.cache&
echoac_cv_func_posix_getpwuid_r=yes>>arm-none-linux-gnueabi.cache&
CC=arm-none-linux-gnueabi-gcc
./configure--host=arm-none-linux-gnueabi--build=i686-pc-linux--cache-file=arm-none-linux-gnueabi.cache--prefix=$PREFIX--enable-static--enable-sharedac_cv_func_posix_getgrgid_r=yes
make&
-------------不一定须要-----------------------
gtester.c
#ifndefARG_MAX
#defineARG_MAX0xffff
#endif
giounix.c
#ifndefSSIZE_MAX
#defineSSIZE_MAX0x7fffffff
#endif
makeinstall&
-------------不一定须要-----------------------
exportLDFLAGS=-L$PREFIX/lib
exportCFLAGS="-g-I$PREFIX/include"
exportPKG_CONFIG_PATH=$PREFIX/lib/pkgconfig
#---------atk1.20.0-----------------------
./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX--enable-static--enable-shared
make
makeinstall
#installzlib1.2.3
CC=arm-none-linux-gnueabi-gcc./configure--prefix=$PREFIX--shared
make
makeinstall
#installjpeg8
./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX--enable-static--enable-shared
make
makeinstall
#---------------libpng1.2.44-------------------------
./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX--enable-static--enable-shared
make
makeinstall
#7、expat-2.0.1
CC=arm-none-linux-gnueabi-gcc./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX-enable-static--enable-shared
make
makeinstall
#----------freetype2.4.4------------
CC=arm-none-linux-gnueabi-gcc./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX--enable-static--enable-shared
make
makeinstall
#9、libxml2-2.7.8
CC=arm-none-linux-gnueabi-gcc./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX--enable-static--enable-shared
make
makeinstall
#--------------fontconfig2.5.0---------------------
exportLIBXML2_CFLAGS=-I/gtkdfb/include/libxml2
exportLIBXML2_LIBS="-L/gtkdfb/lib-lxml2"
./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX--with-freetype-config=$PREFIX/bin/freetype-config--with-arch=arm-enable-static--enable-shared
make
makeinstall
#----------------------DirectFB1.3.0------------------------------------
./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX--with-gfxdrivers=none--with-inputdrivers=all--enable-png--enable-jpeg--disable-tiff--enable-zlib--enable-sdl=no--enable-gif=no--disable-x11--enable-static--enable-shared
make
makeinstall
#----------pixman-0.16.0------------
./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX--enable-static--enable-shared
make
makeinstall
#---------------------------cairo-1.8.6------------------ ------------------
./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX--without-x--disable-xlib--disable-xlib-xrender--enable-directfb--enable-freetype --disable-win32--enable-pdf--enable-ps--disable-svg--enable-png--enable-static--enable-shared
make
makeinstall
#-------------------------Pango1.20.5------------------ --------------------------
#Change configure filegtk installation under linux, change some parameters below to true
have_cairo=true
have_cairo_png=true
have_cairo_ps=true
have_cairo_pdf=true
have_cairo_freetype=true
./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX--enable-cairo--without-x--enable-static--enable-shared
make
makeinstall
#--------------------------gtk+-2.16.0-------------------------- --------------------------
#Install libgdk-pixbuf2.0-dev(apt-get-install)
exportLDFLAGS="-L$PREFIX/lib-Wllinux training red flag linux5.0,-rpathgtk installation under linux,$PREFIX/lib"
exportCPPFLAGS="-I$PREFIX/include"
./configure--host=arm-none-linux-gnueabi--prefix=$PREFIX--with-gdktarget=directfb--without-libtiff--enable-static--enable-shared
Comment out the autotestkeywords related content on tests/makefile
make
makeinstall
#--------directfb configuration-------------
1.On /rootfs/dev
ln-sttyS0tty0
2.. Build directfbrc on etc and gtkdfb/etc and write the following content
system=fbdev
fbdev=/dev/fb0
wm=default
mode=320x240
depth=32
pixelformat=RGB16
no-vt
Configure the kernel to support USB mouse, keyboard and hub. Input changes the touch screen to keyboard and mouse
environment:
Host: ubuntu10.10
Compiler:arm-gcc-4.21
glibc-2.6.1
The above is the detailed content of arm-linuxgtk, a port of gtk in ARM. For more information, please follow other related articles on the PHP Chinese website!

The main uses of Linux include: 1. Server operating system, 2. Embedded system, 3. Desktop operating system, 4. Development and testing environment. Linux excels in these areas, providing stability, security and efficient development tools.

The Internet does not rely on a single operating system, but Linux plays an important role in it. Linux is widely used in servers and network devices and is popular for its stability, security and scalability.

The core of the Linux operating system is its command line interface, which can perform various operations through the command line. 1. File and directory operations use ls, cd, mkdir, rm and other commands to manage files and directories. 2. User and permission management ensures system security and resource allocation through useradd, passwd, chmod and other commands. 3. Process management uses ps, kill and other commands to monitor and control system processes. 4. Network operations include ping, ifconfig, ssh and other commands to configure and manage network connections. 5. System monitoring and maintenance use commands such as top, df, du to understand the system's operating status and resource usage.

Introduction Linux is a powerful operating system favored by developers, system administrators, and power users due to its flexibility and efficiency. However, frequently using long and complex commands can be tedious and er

Linux is suitable for servers, development environments, and embedded systems. 1. As a server operating system, Linux is stable and efficient, and is often used to deploy high-concurrency applications. 2. As a development environment, Linux provides efficient command line tools and package management systems to improve development efficiency. 3. In embedded systems, Linux is lightweight and customizable, suitable for environments with limited resources.

Introduction: Securing the Digital Frontier with Linux-Based Ethical Hacking In our increasingly interconnected world, cybersecurity is paramount. Ethical hacking and penetration testing are vital for proactively identifying and mitigating vulnerabi

The methods for basic Linux learning from scratch include: 1. Understand the file system and command line interface, 2. Master basic commands such as ls, cd, mkdir, 3. Learn file operations, such as creating and editing files, 4. Explore advanced usage such as pipelines and grep commands, 5. Master debugging skills and performance optimization, 6. Continuously improve skills through practice and exploration.

Linux is widely used in servers, embedded systems and desktop environments. 1) In the server field, Linux has become an ideal choice for hosting websites, databases and applications due to its stability and security. 2) In embedded systems, Linux is popular for its high customization and efficiency. 3) In the desktop environment, Linux provides a variety of desktop environments to meet the needs of different users.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor