File: README

package info (click to toggle)
coin2 2.5.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 29,156 kB
  • ctags: 29,453
  • sloc: cpp: 175,383; ansic: 42,198; sh: 9,377; makefile: 7,260; perl: 990; yacc: 181; lex: 114
file content (36 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download
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
misc/
	Common files used from the msvc*/ directories.

msvc6/

	Project/build files for Microsoft Visual Studio 6.

msvc7/

	Solution/project/build files for Microsoft Visual Studio 7.1
	(Visual Studio .NET 2003).

	For Visual Studio 7.0, you will probably need to upgrade the
	Visual Studio 6 project files, but use the config-*.h headers
	from the msvc7/ setup.

msvc8/

	Solution/project/build files for Microsoft Visual Studio 8
	(Visual Studio 2005).

build_coin_win32.sh

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

        * Requires cygwin and wget. 
        * Run from the command line in any directory.

        This script is used by Systems In Motion when creating binary
        releases of Coin, and is probably of little use to most
        Coin users. If you want to configure and build Coin yourself,
        please read the INSTALL file in the Coin root directory for 
        instructions.