File: bootstrap

package info (click to toggle)
coin2 2.3.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 19,728 kB
  • ctags: 23,488
  • sloc: cpp: 147,249; ansic: 34,393; sh: 9,023; makefile: 5,648; yacc: 174; lex: 107; perl: 8
file content (19 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

cat <<EOF

Error: to bootstrap, invoke the script simacros/bin/bootstrap.

The simacros CVS module can be fetched by doing:

   \$ export CVSROOT=:pserver:cvs@cvs.coin3d.org:/export/cvsroot
   \$ cvs login
   [password is 'cvs']
   \$ cvs checkout simacros


Exiting..

EOF

exit 1