Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 7u83 1
<?xml version="1.0" standalone="no"?>
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3
  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
4
 
5
<!--
6
  $Id$
7
-->
8
 
9
<book>
10
  <bookinfo>
11
    <title>Porting TenDRA to Different Operating Systems</title>
12
 
13
    <corpauthor>The TenDRA Project</corpauthor>
14
 
15
	<!-- (to be filled out by whoever writes this...)
16
    <author>
17
      <firstname>Jeroen</firstname>
18
      <surname>Ruigrok van der Werven</surname>
19
    </author>
20
    <authorinitials>JRvdW</authorinitials>
21
    <pubdate>2005</pubdate>
22
 
23
    <copyright>
24
      <year>2004</year>
25
      <year>2005</year>
26
 
27
      <holder>The TenDRA Project</holder>
28
    </copyright>
29
 
30
    <copyright>
31
      <year>1998</year>
32
 
33
      <holder>DERA</holder>
34
    </copyright>
35
	-->
36
  </bookinfo>
37
 
38
	<!--
39
		A guide to the process of porting to a new operating system.
40
 
41
		This should be a fairly straightforward guide; for the moment
42
		we can leave out writing new installers, and just concentrate
43
		on the build system.
44
 
45
		Unless there are things I'm unaware of, this is as
46
		straightforward as simply editing tbe makedefs file, and
47
		letting bmake take care of all the platform-specific things?
48
 
49
		So this should probably just talk about that, and explain what
50
		each field is, and why it's required.
51
 
52
		- kate
53
	-->
54
 
55
</book>
56