File: README

package info (click to toggle)
simage 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,912 kB
  • ctags: 1,572
  • sloc: ansic: 14,231; sh: 12,587; cpp: 930; perl: 854; makefile: 617; lisp: 25
file content (75 lines) | stat: -rw-r--r-- 2,100 bytes parent folder | download | duplicates (7)
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
65
66
67
68
69
70
71
72
73
74
75

misc/
        A directory for various scripts, and the location to put the GDI+
        SDK for when building simage from one of the msvc*/ directories.

msvc6/
        Visual Studio build files for Visual Studio 6.
        Requires the GDI+ SDK.  See misc/README.GDI+.

msvc7/
        Visual Studio build files for Visual Studio 7/7.1.
        Requires the GDI+ SDK.  See misc/README.GDI+.

msvc8/
        Visual Studio build files for Visual Studio 8.
        Requires the GDI+ SDK.  See misc/README.GDI+.

msvc9/
        Visual Studio build files for Visual Studio 9.
        Requires the GDI+ SDK.  See misc/README.GDI+.

simage.spec.in

        Template processed by configure script to generate an RPM
        specification file simage.spec.

simage.iwz.in

        Template processed by configure script to generate
        specification file for InstallShield Express v2.12. Invoke the
        script by running

	       $ cd [simage_builddir]
               $ IsxBuild.exe build/simage.iwz -E -O

        A self-extracting executable SETUPEX.EXE with the
        InstallShield install should then be available under
        [simage_builddir]/build/simage/.

build_simage_win32.sh

        Builds simage for the Win32 platform in different
        configurations. All dependant libraries will be downloaded
        using wget.

        * Requires cygwin, wget and VisualC++ V6 
        * Run from the command line in any directory.

build_simage_libs_win32.sh

        Downloads and builds all libraries simage depends on.

        * Requires cygwin, wget and VisualC++ V6 
        * Run from the command line in any directory.


libungif_win32.diff

        Patches libungif-4.1.0 to work on the Win32 platform.

        This patch is used by build_simage_win32.sh.

libungif_win32.mak

        Makefile for building libungif-4.1.0 on the Win32 platform.

        This file is used by build_simage_win32.sh.

libungif_win32.dsp

        VisualC++ project file for building libungif-4.1.0.

        This file was used to create the above makefile, and
        is kept for future reference.