Update of /cvsroot/htoolkit/port
In directory sc8-pr-cvs1:/tmp/cvs-serv3752
Modified Files:
README
Log Message:
comments
Index: README
===================================================================
RCS file: /cvsroot/htoolkit/port/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README 4 Sep 2003 09:19:48 -0000 1.1
--- README 21 Oct 2003 11:45:14 -0000 1.2
***************
*** 5,8 ****
--- 5,12 ----
-------------------------------------------------------------------------
+
+ Introduction
+ ~~~~~~~~~~~~
+
The "Graphics.UI.Port" library is a portable graphical user interface
library for Haskell. It currently supports Windows and GTK. The
***************
*** 17,20 ****
haddock for generating the documentation automatically.
! See "install.txt" for instructions on building and installing
! the Port package.
\ No newline at end of file
--- 21,49 ----
haddock for generating the documentation automatically.
! See "INSTALL" for instructions on building and installing
! the Port package.
!
!
! Requirements
! ~~~~~~~~~~~~
!
! If you want to build Port for Linux you need to have GTK 2.2
! and GNOME 2.2 development packages. The applications built with Port
! are dependent from GTK and GNOME shared libraries.
! If you want to build the library for Windows you need CYGWIN
! environment but applications built with Port uses only native Windows
! libraries and don't require CYGWIN. If you want to read/write/create
! images in formats different from BMP then you need to have GdiPlus.dll
! in your search path. GdiPlus.dll is part of GDI+ package which is
! available from http://www.microsoft.com for platforms older that
! Windows XP. Windows XP and Windows 2003 comes with GDI+ installed
! by default.
!
!
! Known bugs
! ~~~~~~~~~~
!
! In Port 1.2 the toolbars for GTK are not supported. The CVS
! version of library supports toolbars but uses the new toolbar API
! implemented in GTK 2.3. The support will be enabled after
! GTK 2.4 release.
|