NRAO Home  >  Green Bank  |  Wiki Topic:    GB > Software > BuildingThirdPartyLibraries (r1.1 vs. r1.3)
   Changes | Index | Contents | Search | Statistics | Go
 <<O>>  Difference Topic BuildingThirdPartyLibraries (r1.3 - 30 Nov 2004 - AmyShelton)
Added:
>
>

C/C++

Release:

Added:
>
>

Integration:

  1. As monctrl, source /home/sparrow/integration/sparrow.bash
  2. Download and unpack the relevant 3rd party library into /home/sparrow/integration/extern
  3. cd into the new 3rd party directory
  4. ./configure --prefix=/home/sparrow/integration --exec-prefix=/home/sparrow/integration/i386-linux
  5. make. Examine output for any errors and resolve before continuing.
  6. make check or make test. Many packages implement some form of self-test.
  7. make install


Python

Release

  1. As monctrl, source /home/sparrow/sparrow.bash
  2. Download and unpack the relevant 3rd party library into /home/sparrow/extern
  3. cd into the new 3rd party directory
  4. =python setup.py build
  5. python setup.py install --prefix=/home/sparrow --exec-prefix=/home/sparrow/i386-linux

Integration

  1. As monctrl, source /home/sparrow/integration/sparrow.bash
  2. Download and unpack the relevant 3rd party library into /home/sparrow/integration/extern
  3. cd into the new 3rd party directory
  4. =python setup.py build
  5. python setup.py install --prefix=/home/sparrow/integration --exec-prefix=/home/sparrow/integration/i386-linux
Changed:
<
<

-- AmyShelton - 09 Nov 2004

>
>

-- AmyShelton - 30 Nov 2004


 <<O>>  Difference Topic BuildingThirdPartyLibraries (r1.2 - 09 Nov 2004 - EricSessoms)
Added:
>
>

  1. make check or make test. Many packages implement some form of self-test.

 <<O>>  Difference Topic BuildingThirdPartyLibraries (r1.1 - 09 Nov 2004 - AmyShelton)
Added:
>
>

%META:TOPICINFO{author="AmyShelton" date="1100018195" format="1.0" version="1.1"}%

Building Third Party Libraries for Sparrow


  1. As monctrl, source /home/sparrow/sparrow.bash
  2. Download and unpack the relevant 3rd party library into /home/sparrow/extern
  3. cd into the new 3rd party directory
  4. ./configure --prefix=/home/sparrow --exec-prefix=/home/sparrow/i386-linux
  5. make. Examine output for any errors and resolve before continuing.
  6. make install


-- AmyShelton - 09 Nov 2004


Topic BuildingThirdPartyLibraries . { View | Diffs | r1.3 | > | r1.2 | > | r1.1 | More }
Revision r1.1 - 09 Nov 2004 - 16:36 GMT - AmyShelton
Revision r1.3 - 30 Nov 2004 - 16:33 GMT - AmyShelton
Content copyright © 1999-2007 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.