Article 1 Development Preface
To learn GTK +, the original goal was to train the development capability of Linux C. Because C is rarely used at work, I hope to take this opportunity to learn C in practice.
When using GTK + to design the interface, you need to write a large number of repeated and regularCodeTo consume a lot of time in the development work in the interface layout.
With the help of Android interface design, it is very convenient to describe the interface in plain XML and parse and render the interface as the final interface, so I thought of developing this tool.
The ultimate goal is to better learn how to use Linux C.
Several software tools are used to develop this Parser:
Makefile: manage projects Understanding makefile, http://blog.csdn.net/a600423444/article/details/6950273
GDB: debugger understand GDB, http://blog.csdn.net/a600423444/article/details/7761249
Glib: The underlying library of GTK +, http://blog.csdn.net/a600423444/article/details/7787032
Libxml: XML Parser
GTK + c api: C interface of GTK +
To be continued