File: README

package info (click to toggle)
deutex 4.4.902-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,096 kB
  • ctags: 996
  • sloc: ansic: 10,805; sh: 424; makefile: 337; perl: 145; csh: 4
file content (64 lines) | stat: -rw-r--r-- 1,876 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
DeuTex $VERSION

DESCRIPTION

    DeuTex and DeuSF are programs than can do many things with Doom,
    Heretic, Hexen and Strife wad files such as extracting and inserting
    graphics, sounds, levels and other resources. See the manual for
    details (dtexman6.txt).

BUILDING AND INSTALLING ON UNIX

    You need a reasonably standard Unix environment with a C compiler.

    The first step is to type

	./configure

    If you need to install somewhere else than /usr/local, give
    ./configure the --prefix option. For example, to install in ~/deutex,

	./configure --prefix ~/deutex

    The C compiler is auto-detected. If the auto-detection does not find
    your compiler, use the --cc option :

	./configure --cc ~/mycc-1.2.3/mycc

    The default CFLAGS is "-O2 -Wall" for GCC, "-O" for other compilers.
    The default LDFLAGS is empty. To override these, you can use the
    --cflags and/or the --ldflags options. For example,

	./configure --cflags '-O2 -m64' --ldflags '-m64'

    After ./configure completes successfully, type

	make

    Finally, type

	make install

    Note that you will need to type this last command as root if you're
    installing in /usr/local or some other "system" directory.

BUILDING AND INSTALLING ON DOS

    See INSTALL.

LEGAL

    DeuTex is Copyright Olivier Montanuy 1994-1995 and Copyright Andr
    Majorel 1999-2005 and available under the terms of version 2 of the
    GPL, except lzw.c which is Copyright David Koblas and others and
    available under the terms of the PBMPLUS license. See the LICENSE
    file. All trademarks are the property of their owners.

CONTACT

    Home page        : http://www.teaser.fr/~amajorel/deutex/
    Doom questions   : news:rec.games.computer.doom.editing
    DeuTex questions : The Yadex mailing list
		       (http://www.teaser.fr/~amajorel/yadex/lists.html)

-- AYM $SELF_DATE