~ubuntu-branches/ubuntu/oneiric/ncbi-tools6/oneiric

« back to all changes in this revision

Viewing changes to make/readme.mac

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
Directions for building the NCBI toolkit on Macintosh computers
3
3
 
4
 
1)  Increase the Preferred Size of the Script Editor to 3000 K using the
 
4
1)  Increase the Preferred Size of the Script Editor to 7000 K using the
5
5
    Finder.  Script Editor is the program that runs the AppleScript make*.met
6
6
    files used to build the NCBI libraries and applications.
7
7
2)  Take the sources of NCBI tookit at
12
12
4)  Double click on the demo.sea within the ncbi folder to extract the demo
13
13
    folder.  This is necessary because without it the number of files in the
14
14
    toolkit exceeds the file limit of the archiver program.
15
 
5)  Drag the resulting ncbi folder inside the Metrowerks CodeWarrior 6.0
 
15
5)  Drag the resulting ncbi folder inside the Metrowerks CodeWarrior 7.0
16
16
    folder.  The make files expect this configuration, and will not work if
17
17
    the ncbi folder is put anywhere else.
18
 
6)  Inside the ncbi:make subfolder are four files with .met extensions.
19
 
    Double click on CodeWarrior IDE 4.1, then run makeall.met.  The libraries
 
18
6)  Inside the ncbi:make subfolder are two files with .met extensions.
 
19
    Double click on CodeWarrior IDE 4.2.5, then run makeall.met.  The libraries
20
20
    are built in the ncbi:lib folder.
21
21
    You may need to restart CodeWarrior before running the make script.
22
22
7)  After the libraries are built, run makedemo.met.  This builds application
23
 
    programs such as Entrez, Sequin, and Cn3D.
 
23
    programs such as Entrez, Sequin, and tbl2asn.
24
24
8)  In order to run on MacOS versions earlier than 8.5, open the PowerPC
25
25
    projects, click on AppearanceLib, choose Window->Project Inspector, check
26
26
    Import Weak, and click the Save button.  Do the same for NavigationLib.