finalcut/doc/readme.txt

62 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-05-23 13:35:12 +02:00
----------------------------------------------------------------------
2019-09-29 22:28:58 +02:00
FINAL CUT
2015-05-23 13:35:12 +02:00
----------------------------------------------------------------------
2019-09-29 22:28:58 +02:00
The FINAL CUT is a C++ class library and widget toolkit with full mouse
2015-08-30 13:11:49 +02:00
support for creating a text-based user interface. The library supports
the programmer to develop an application for the text console. It allows
2017-09-20 02:51:17 +02:00
the simultaneous handling of multiple text windows on the screen.
2015-08-30 13:11:49 +02:00
The structure of the Qt framework was originally the inspiration for
the C++ class design of FINAL CUT. It provides common controls like
dialog boxes, push buttons, check boxes, radio buttons, input lines,
list boxes, status bars and so on.
2015-05-23 13:35:12 +02:00
Installation
------------
> git clone git://github.com/gansm/finalcut.git
> cd finalcut
> autoreconf --install --force
> ./configure --prefix=/usr
> make
> su -c "make install"
Supported platforms
-------------------
* Linux
* FreeBSD
* NetBSD
* OpenBSD
* macOS
* Cygwin
* Solaris
First steps
-----------
See the first-steps.md documentation for information on how to use
the library.
License
-------
GNU Lesser General Public License Version 3
Frequently Asked Questions
--------------------------
For general questions about FINAL CUT, likely the answer is already included in the faq.md.
Download
--------
You can find the latest version at https://github.com/gansm/finalcut
Please send bug reports to
--------------------------
https://github.com/gansm/finalcut/issues