1234567891011121314151617181920212223242526272829303132333435 |
- Fresh is a library extending the Qt library by adding new classes/widgets.
- It's developped by Filipe Azevedo (Nox P@sNox, pasnox@gmail.com)
- The library had python bindings created by Andrei KOPATS (hlamer, hlamer@tut.by), see python-bindings branch.
- The python bindings are discontinued it's why they have been moved to the python-bindings branch, feel free to take over.
- Licensed in LGPL v3
- ===================
- Home Page: https://github.com/pasnox/fresh
- Issues Tracker: https://github.com/pasnox/fresh/issues
- Building library and examples:
- ==============================
- HINT: Depending your plat-form, replace qmake by qmake-qt4
- Dependencies:
- * C++ compiler (ubuntu packages build-essential / g++)
- * Qt4 library v4.6+, headers and tools. (ubuntu packages qt4-qmake, libqt4-dev)
- * Mac OS X: CoreFoundation
- On Ubuntu install all with command:
- sudo apt-get install make build-essential g++ libqt4-dev qt4-qmake
- Building library:
- qmake -r ./fresh.pro && make
- Installing the built library (after having built the library):
- make install
- Building library and an example:
- qmake -r ./fresh-subdirs.pro && make
- ./bin/examples
- NOTE: On some platforms replace qmake by qmake-qt4, replace make by nmake or mingw32-make. Installing the library may require root privileges.
|