Changeset 2437 in Sophya for trunk/SophyaLib/Mgr/README


Ignore:
Timestamp:
Sep 17, 2003, 2:20:44 PM (22 years ago)
Author:
cmv
Message:

chgt DPC...REP en SOPHYA...REP et EROSCXX en SOPHYACXX cmv 17/09/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/README

    r2284 r2437  
    5858MacOSX/Darwin 10.1           c++/gcc 2.95    (shared-library only)
    5959
    60 The environment variables  DPCDEVREP EXTLIBDIR EROSCXX must be defined
     60The environment variables  SOPHYADEVREP EXTLIBDIR SOPHYACXX must be defined
    6161for building and installing the libraries.
    6262
    63 $EROSCXX is the name of C++ compiler being used.
    64 $DPCDEVREP is the path to where the libraries and executables will be put.
    65 $DPCDEVREP/Include : header files
     63$SOPHYACXX is the name of C++ compiler being used.
     64$SOPHYADEVREP is the path to where the libraries and executables will be put.
     65$SOPHYADEVREP/Include : header files
    6666The libraries and binaries will be put in subdirectories containing
    67 the operating system name and the compiler name: `uname`-$EROSCXX
     67the operating system name and the compiler name: `uname`-$SOPHYACXX
    6868For example, on a Linux system, using the GNU compiler:
    6969
    70 $DPCDEVREP/Linux-g++/Libs     archive librarires
    71 $DPCDEVREP/Linux-g++/ShLibs   shared libraries
    72 $DPCDEVREP/Linux-g++/Exec     binaries
     70$SOPHYADEVREP/Linux-g++/Libs     archive librarires
     71$SOPHYADEVREP/Linux-g++/ShLibs   shared libraries
     72$SOPHYADEVREP/Linux-g++/Exec     binaries
    7373
    7474The build procedure expects to find the include files and the libraries
    7575for cfitsio in :
    7676$EXTLIBDIR/Include/FitsIO
    77 $EXTLIBDIR/`uname`-$EROSCXX/Libs
     77$EXTLIBDIR/`uname`-$SOPHYACXX/Libs
    7878This would translate to Linux-g++ on a Linux system, using g++.
    7979$EXTLIBDIR/Linux-g++/Libs
     
    8383
    8484# We select our C++ compiler
    85 csh> setenv EROSCXX g++
     85csh> setenv SOPHYACXX g++
    8686# Setup the build directory
    8787csh> mkdir /usr/local/Sophya/
    88 csh> setenv DPCDEVREP  /usr/local/Sophya/
    89 csh> setenv DPCBASEREP /usr/local/Sophya/
     88csh> setenv SOPHYADEVREP  /usr/local/Sophya/
     89csh> setenv SOPHYABASEREP /usr/local/Sophya/
    9090csh> setenv EXTLIBDIR  /usr/local/ExtLibs/
    9191
     
    174174  Usage: crerep_sophya <nom des repertoires> [nom_machine-compilateur]
    175175  Example :
    176   Cmd> crerep_sophya $DPCDEVREP OSF1-cxx
     176  Cmd> crerep_sophya $SOPHYADEVREP OSF1-cxx
    177177  Cmd> crerep_sophya ~/Work/ Linux-g++
    178178
    179179* install_sophya
    180   Install SOPHYA libraries/include files from dev directory ($DPCDEVREP)
    181   to the install ($DPCBASEREP) directory
     180  Install SOPHYA libraries/include files from dev directory ($SOPHYADEVREP)
     181  to the install ($SOPHYABASEREP) directory
    182182  Copy files Include/*.h Libs/*.a ShLibs/*.so Exec/*
    183183
     
    192192
    193193  Steps :
    194   - mkmflien : Creates symbolic links for all header files in $DPCDEVREP/Include
     194  - mkmflien : Creates symbolic links for all header files in $SOPHYADEVREP/Include
    195195
    196196  - mkmflib : Creation of a GNUmakefile in each library module
Note: See TracChangeset for help on using the changeset viewer.