1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 8</head> 9<body> 10 11<h1><CODE>zlib</CODE> - Example Demo</h1> 12 13<h2>Description</h2> 14 15<div class="section"> 16 <p> 17 This demo uses the SDK build system to build code that uses the <CODE>zlib</CODE> API. 18 </p> 19</div> 20 21<h2>Required Environment</h2> 22 23<div class="section"> 24 <p>None.</p> 25</div> 26 27<h2>How to Use</h2> 28 29<div class="section"> 30 <p>None.</p> 31</div> 32 33<h2>Notes</h2> 34 35<div class="section"> 36 <p> 37 This is a demo about how to build. 38 39 </p> 40</div> 41 42<h2>Description</h2> 43 44<div class="section"> 45 <p> 46 To use the <CODE>zlib</CODE> API, include <CODE>zlib.h</CODE> in the source code that will use the API, and then add <CODE>libzlib</CODE> to the <CODE>LIBS</CODE> variable in <CODE>OMakefile</CODE>. 47 </p> 48 <p> 49 The source code used (<CODE>example.c</CODE>) has been modified for CTR-SDK from the code included in the <CODE>zlib</CODE> package. 50 </p> 51</div> 52 53<h2>Revision History</h2> 54 55<div class="section"> 56 <dl class="history"> 57 <dt>2012/05/25</dt> 58 <dd>Initial version.</dd> 59 </dl> 60</div> 61 62 63<hr><p>CONFIDENTIAL</p></body> 64</html>