document Unix lib dependencies for racket/draw' and
racket/gui/base'
original commit: ad922d545c96964967e93e2f1e6d662ad5f9c0c7
This commit is contained in:
parent
013aee76c0
commit
50b854a332
|
@ -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"]
|
||||
|
||||
@;------------------------------------------------------------------------
|
||||
|
||||
|
|
20
collects/scribblings/gui/libs.scrbl
Normal file
20
collects/scribblings/gui/libs.scrbl
Normal 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}
|
||||
]
|
Loading…
Reference in New Issue
Block a user