~ubuntu-branches/ubuntu/precise/xerces-c/precise

« back to all changes in this revision

Viewing changes to doc/faq-distrib.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-02-22 16:52:23 UTC
  • Revision ID: james.westby@ubuntu.com-20090222165223-klimp8u8m73yn9zp
Tags: upstream-3.0.1
ImportĀ upstreamĀ versionĀ 3.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!--
 
3
 * Licensed to the Apache Software Foundation (ASF) under one or more
 
4
 * contributor license agreements.  See the NOTICE file distributed with
 
5
 * this work for additional information regarding copyright ownership.
 
6
 * The ASF licenses this file to You under the Apache License, Version 2.0
 
7
 * (the "License"); you may not use this file except in compliance with
 
8
 * the License.  You may obtain a copy of the License at
 
9
 *
 
10
 *     http://www.apache.org/licenses/LICENSE-2.0
 
11
 *
 
12
 * Unless required by applicable law or agreed to in writing, software
 
13
 * distributed under the License is distributed on an "AS IS" BASIS,
 
14
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
 * See the License for the specific language governing permissions and
 
16
 * limitations under the License.
 
17
-->
 
18
 
 
19
<!DOCTYPE faqs SYSTEM "sbk:/style/dtd/faqs.dtd">
 
20
 
 
21
<faqs title="Distributing &XercesCName;">
 
22
 
 
23
    <faq title="Can I use &XercesCName; in my product?">
 
24
        <q>Can I use &XercesCName; in my product?</q>
 
25
        <a>
 
26
            <p>Most likely yes. &XercesCName; is distributed under
 
27
               the terms of the Apache Software License version 2.0
 
28
               which is a fairly permissive license. In particular,
 
29
               it allows you to distribute your application in
 
30
               binary form without requiring you to also release
 
31
               the source code. Read the license agreement for more
 
32
               information and if you still have further questions,
 
33
               then please address them to the
 
34
            <jump href="&MailURI;">&XercesCName; user mailing list</jump>.</p>
 
35
 
 
36
        </a>
 
37
    </faq>
 
38
 
 
39
    <faq title="Which files do I need to distribute with my application?">
 
40
        <q>Which files do I need to distribute with my application?</q>
 
41
        <a>
 
42
            <p>You only need to distribute <em>one</em> file:<br></br>
 
43
 
 
44
            &XercesC3WindowsDLL;.dll for Windows<br/>
 
45
            &XercesC3UnixLib;-&XercesC3UnixSoVersion;.a for AIX<br/>
 
46
            &XercesC3UnixLib;-&XercesC3UnixSoVersion;so. for Solaris/Linux<br/>
 
47
            &XercesC3UnixLib;-&XercesC3UnixSoVersion;.sl for HP-UX on PA-RISC<br/>
 
48
            &XercesC3UnixLib;-&XercesC3UnixSoVersion;.so for HP-UX on IA64<br/>
 
49
            &XercesC3UnixLib;-&XercesC3UnixSoVersion;.dylib for Mac OS X
 
50
            </p>
 
51
 
 
52
            <p>Note, however, that if you built &XercesCName; with dependencies
 
53
               on other libraries (e.g., ICU for transcoder support or libcurl
 
54
               for net accessor support) then you will need to ship those
 
55
               libraries as well.</p>
 
56
 
 
57
            <p>You can also link your application to a static version
 
58
               of the &XercesCName; library in which case you won't need
 
59
               to distribute any extra libraries.</p>
 
60
        </a>
 
61
    </faq>
 
62
 
 
63
    <faq title="I do not see a binary for my platform. When will it be available?">
 
64
 
 
65
        <q>I do not see a binary for my platform. When will it be available?</q>
 
66
 
 
67
        <a>
 
68
         <p>The reason why you see binaries only for some specific
 
69
            platforms is that we have had the maximum requests for
 
70
            them. Moreover, we have limited resources and hence cannot
 
71
            publish binaries for every platform. If you wish to
 
72
            contribute your time and effort in building binaries for a
 
73
            specific platform/environment then please send a mail to the
 
74
            <jump href="&MailURI;">&XercesCName; developer mailing list</jump>.</p>
 
75
        </a>
 
76
    </faq>
 
77
 
 
78
 
 
79
    <faq title="When will a port to my platform be available?">
 
80
 
 
81
        <q>When will a port to my platform be available?</q>
 
82
 
 
83
        <a>
 
84
          <p>We would like to see &XercesCName; ported to as
 
85
          many platforms as practical. However, due to limited resources
 
86
          we cannot do all the ports. Here are the <jump
 
87
          href="program-others-&XercesC3Series;.html#PortingGuidelines">Porting
 
88
          Guidelines</jump>.</p>
 
89
 
 
90
            <p>We encourage you to submit the changes that
 
91
            are required to make it work on another platform. We will
 
92
            incorporate these changes in the source code base and make
 
93
            them available in the future releases.</p>
 
94
 
 
95
            <p>All porting changes may be sent to the
 
96
            <jump href="&MailURI;">&XercesCName; developer mailing list</jump>
 
97
            .</p>
 
98
        </a>
 
99
    </faq>
 
100
</faqs>