document Unix lib dependencies for racket/draw' and racket/gui/base'

original commit: ad922d545c96964967e93e2f1e6d662ad5f9c0c7
This commit is contained in:
Matthew Flatt 2011-03-28 06:23:14 -06:00
parent 013aee76c0
commit 50b854a332
2 changed files with 21 additions and 0 deletions

View File

@ -51,6 +51,7 @@ Both parts of the toolbox rely extensively on the
@include-section["prefs.scrbl"]
@include-section["dynamic.scrbl"]
@include-section["startup.scrbl"]
@include-section["libs.scrbl"]
@;------------------------------------------------------------------------

View File

@ -0,0 +1,20 @@
#lang scribble/doc
@(require "common.ss")
@(define draw-doc '(lib "scribblings/draw/draw.scrbl"))
@title[#:tag "libs"]{Platform Dependencies}
See @secref[#:doc draw-doc "libs"] in @other-manual[draw-doc] for
information on platform library dependencies for
@racketmodname[racket/draw]. Under Unix, the following additional
system libraries must be installed for @racketmodname[racket/gui/base]:
@itemlist[
@item{@filepath{libgdk-x11-2.0[.0]}}
@item{@filepath{libgdk_pixbuf-2.0[.0]}}
@item{@filepath{libgtk-x11-2.0[.0]}}
@item{@filepath{libgdkglext-x11-1.0[.0]} --- optional, for OpenGL support}
@item{@filepath{libgtkglext-x11-1.0[.0]} --- optional, for OpenGL support}
@item{@filepath{libunique-1.0[.0]} --- optional, for single-instance support}
]