Skip to content

beku/SimpleUI

 
 

Repository files navigation

SimpleUI

The project aims at different renderers of W3C XForms-1.0 subset.

###Links

###Dependencies ####From Sources #####Mandatory

  • libxml2 - for XML parsing
  • Qt - Qt Toolkit
  • Gtk - Gtk Toolkit
  • FLTK - FLTK Toolkit

###Building $ mkdir build $ cd build $ cmake .. $ make $ make install

####Build Flags ... are typical cmake flags like CMAKE_C_FLAGS to tune compilation.

  • CMAKE_INSTALL_PREFIX to install into paths and so on. Use on the command line through -DCMAKE_INSTALL_PREFIX=/my/path .
  • LIB_SUFFIX - allows to append a architecture specific suffix like LIB_SUFFIX=64 for 64bit RedHat style Linux systems.

Releases

No releases published

Packages

No packages published

Languages

  • C 31.1%
  • HTML 27.8%
  • C++ 25.7%
  • CMake 14.1%
  • CSS 0.7%
  • Makefile 0.4%
  • QMake 0.2%