~ubuntu-branches/ubuntu/utopic/critcl/utopic

« back to all changes in this revision

Viewing changes to examples/zlibwrap/README.txt

  • Committer: Package Import Robot
  • Author(s): Andrew Shadura
  • Date: 2013-05-11 00:08:06 UTC
  • Revision ID: package-import@ubuntu.com-20130511000806-7hq1zc3fnn0gat79
Tags: upstream-3.1.9
ImportĀ upstreamĀ versionĀ 3.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Example of critcl-based packages.
 
2
 
 
3
A larger example written to demonstrate
 
4
 
 
5
        Export of an API from an external 3rd party library as Tcl stubs table.
 
6
        Build switchability between
 
7
                linking a system instance of the 3rd party library
 
8
        and     building a static library from local sources and
 
9
                linking against this.
 
10
 
 
11
Sources
 
12
        Package "zlib":                 zlib.tcl
 
13
        Local sources of C zlib:        zlib/
 
14
 
 
15
Notes: