~rdoering/ubuntu/intrepid/erlang/fix-535090

« back to all changes in this revision

Viewing changes to erts/internal_doc/needed_w32.txt

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 16:57:10 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501165710-2sapk0hp2gf3o0ip
Tags: 1:11.b.4-2ubuntu1
* Merge with Debian Unstable. Remaining changes:
  - Add -fno-stack-protector to fix broken crypto_drv.
* DebianMaintainerField update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
Tools and stuff needed to build OTP for Win32.
3
 
----------------------------------------------
4
 
 
5
 
Theese are the tools necessary to build and install Erlang/OTP for
6
 
Win32 using the current build/install/test environment.
7
 
 
8
 
Note 1: I might have missed something here, just blame me for it and
9
 
        I'll fix it ASAP 
10
 
Note 2: '\\' prefixed paths are Windows shared paths
11
 
 
12
 
Note 3: Clearcase and NFS are only needed to do serious development in
13
 
        our environment, a tar file created with $ERLTOP/otp_pack can
14
 
        replace them...
15
 
 
16
 
ClearCase for Windows NT
17
 
------------------------
18
 
Internal Location:  \\eomer\D_DISK\Clearcase4\setup.exe
19
 
Version:            4
20
 
Things to consider: Not absolutely necessary, see note above.  Run the
21
 
          setup.exe and when asked, accept the site prepased defaults.
22
 
          Change the settings of clearcase to "case insensitive MVFS"
23
 
          in "Clearcase Home Base"->Administration->"Control
24
 
          panel"->MVFS, you might also want to up the scaling factor
25
 
          in the tab "MVFS Performace" (also in the Clearcase control
26
 
          panel).
27
 
 
28
 
 
29
 
NFS client for Windows NT (DiskAccess)
30
 
--------------------------------------
31
 
Internal Location:  \\Eomer\D_DISK\OTP-program\DiskAccess5u\dan5intel.exe
32
 
Things to consider: read in README, you need original CD and keys
33
 
 
34
 
Microsoft Visual C++ 6.0
35
 
------------------------
36
 
Internal Location:  Kenneth Lundin
37
 
Things to consider: Make sure you have all the VC environment variables set
38
 
                    (VCVARS32.BAT)
39
 
 
40
 
Cygwin:
41
 
--------------------------------------
42
 
Internal Location:  \\Eomer\D_DISK\OTP-program\cygwin_install
43
 
Things to consider: Copy the whole directory to your local disk and
44
 
       then install from there selecting the option "install from
45
 
       local directory".  DO NOT INSTALL DIRECTLY FROM EOMER, HEAR ME?
46
 
       Select everything available when installing. The best method of
47
 
       installing is to login as a *local* user with the same name as
48
 
       your network user and then install. If you install as a OTP_NT
49
 
       domain user, you might need to hack a little in /etc/passwd and
50
 
       /etc/group o get things to work properly. If you don't have a
51
 
       home directory in the windows environment, you will get one
52
 
       under <cygwin root>/home/<username>, which will work fair
53
 
       enough.
54
 
 
55
 
NSIS:
56
 
--------------------------------------
57
 
Internal Location:  \\Eomer\D_DISK\OTP-program\NSIS
58
 
Things to consider: Install the lot.
59
 
 
60
 
Erlang:
61
 
--------------------------------------
62
 
Internal Location: /usr/local/otp/distributions
63
 
Things to consider: Used for primary bootstrap *only*, not needed if building 
64
 
       from an open source tar file.
65
 
 
66
 
Java
67
 
--------------------------------------
68
 
Internal Location:  \\Eomer\D_DISK\OTP-program\JDK