All Projects → pasnox → fresh

pasnox / fresh

Licence: LGPL-3.0 License
Fresh is a Qt extension library. It provide many useful classes / widgets.

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects
Fresh is a library extending the Qt library by adding new classes/widgets.
It's developped by Filipe Azevedo (Nox P@sNox, [email protected])
The library had python bindings created by Andrei KOPATS (hlamer, [email protected]), 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].