|
NCBI Home IEB Home C Toolkit docs C++ Toolkit source browser C Toolkit source browser (2) |
NCBI C Toolkit Cross ReferenceC/make/readme.mac |
source navigation diff markup identifier search freetext search file search |
1 2 Directions for building the NCBI toolkit with CodeWarrior on Macintosh computers 3 4 NB: Unless you have some specific reason to build with CodeWarrior, we 5 recommend instead building with GCC from the command line, per the 6 directions in readme.unx. 7 8 1) Increase the Preferred Size of the Script Editor to 7000 K using the 9 Finder. Script Editor is the program that runs the AppleScript make*.met 10 files used to build the NCBI libraries and applications. 11 2) Take the sources of NCBI tookit at 12 ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools/ncbi.tar.gz 13 3) Unpack them (for instance, by running 14 tar zxf ncbi.tar.gz 15 from the command line) 16 4) Drag the resulting ncbi folder inside the Metrowerks CodeWarrior 7.0 17 folder. The make files expect this configuration, and will not work if 18 the ncbi folder is put anywhere else. 19 5) Inside the ncbi:make subfolder are two files with .met extensions. 20 Double click on CodeWarrior IDE 4.2.5, then run makeall.met. The libraries 21 are built in the ncbi:lib folder. 22 You may need to restart CodeWarrior before running the make script. 23 6) After the libraries are built, run makedemo.met. This builds application 24 programs such as Entrez, Sequin, and tbl2asn. 25 7) In order to run on MacOS versions earlier than 8.5, open the PowerPC 26 projects, click on AppearanceLib, choose Window->Project Inspector, check 27 Import Weak, and click the Save button. Do the same for NavigationLib.
|
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more information. |