Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 158597 (157 сайтов) ---- Время поиска: 0.35сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | След.

Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/checklist.html.

1. SAS binary distribution
Build the SAS that you intend to distribute as a binary release. Check that in SAS_DIR there is the file: RELEASE. It should contain the name of the release. The name of the release should correspond to name of a SAS manifest. Create a target directory where the binary files will be copied. ... Now tar it up: . cd .. tar -czfv $SAS_DIR $SAS_DIR.tgz . Now copy the auxiliary libraries (shared versions) in $SAS_DIR/libextra. ... tar -cvzf $SAS_DIR/libextra $SAS_DIR_libextra.tgz . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/binary_distribution.html -- 3.0 Кб -- 29.10.1999
Похожие документы
Еще в разделе: (Показать все результаты (>9635) - xmm.vilspa.esa.es/ )

2. Installing Compiled Executables for use with the IDL Runtime GPI Data Pipeline
... GPI Data Pipeline 1.0 documentation . ... Installing Compiled Executables for use with the IDL Runtime . ... If you do not have an IDL license, the GPI Data Reduction Pipeline is distributed as compiled code along with the IDL runtime. ... gpi_pipeline_1.0_runtime_macosx.zip - GPI pipeline compiled code plus IDL runtime for Mac OS X . gpi_pipeline_1.0_runtime_linux.zip - GPI pipeline compiled code plus IDL runtime for Linux . ... unix% idl -rt=/path/to/executables/gpi_launch_pipeline.sav . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/installation/install_compiled.html -- 15.6 Кб -- 14.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>19601) - www.stsci.edu/ )

3. configure.in
... autoconf processes configure.in to produce a configure script. configure is a portable shell script which examines the build environment to determine which libraries are available, which features the platform has, where libraries and headers are located, and so on. Based on this information, it modifies compiler flags, generates makefiles, and/or outputs the file config.h with appropriate preprocessor symbols defined. ... Here is a sample configure.in , from a Gnome version of "Hello, World": . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/z69.html -- 16.9 Кб -- 12.07.2000
Похожие документы

4. Adding Variables to CONFIG.SYS
README for XFree86 on OS/2 : Adding Variables to CONFIG.SYS . ... ETC . Set to an ETC directory. Normally, this is already set to the ETC directory of the TCP/IP code, such as SET ETC=C:\TCPIP\ETC For Warp 4 and later, this may point to the \MPTN\ directory. ... Normally you will set this variable to the same value as the HOSTNAME variable and simply add a :0.0 after it, such as SET DISPLAY=myhost:0.0 Read the X11 man page on the exact meaning of these postfixes and other options. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/OS29.html -- 8.3 Кб -- 23.10.2000
Похожие документы

5. VLBI Wiki | PmWiki / PmWiki Installation
... PmWiki . ... Cookbook (addons) . ... The files in this directory include: . ... PmWiki will then analyze your system configuration and provide instructions (if needed) for creating the wiki.d/ directory which will be used to hold the pages created for your site. ... Use this method when "safe mode" is activated in the servers PHP installation. 3b. On some systems you can let PmWiki create wiki.d/ by temporarily changing the permissions on the directory containing the pmwiki.php file to 2777. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.Installation -- 19.2 Кб -- 12.04.2016
Похожие документы

6. DFOS: directory structure
dfos = Data Flow Operations System, the common tool set for DFO make printable . ... The root for dfos maintenance is $HOME/distrib . ... HOME/distrib /version . ... A cronjob $HOME/crontabs/cronDfosVersion is called once a day and puts a copy of the latest version of each dfos tool (under $HOME/distrib /bin ) into $HOME/distrib /versions . That version gets the name <tool_name>_v<version> . ... Attempts are made to develop tools with the same structure, the same syntax and the same style. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/maintenance.html -- 9.4 Кб -- 22.04.2014
Похожие документы

7. Building and Installing the Distribution
Following are instructions to build and install the programs in this distribution. Make sure that you have all necessary tools for building executables. ... The automatic build process expects a configuration file called Config.local . ... The configuration file specifies the directory in which to install the binaries, as well as control over the generation of debugging code and reference clock support. ... Cleans out object files, programs and temporary files. make distclean . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/build.html -- 7.5 Кб -- 21.12.2007
Похожие документы

8. OptInt PmWiki : PmWiki / Initial Setup Tasks
OptInt PmWiki : Pm Wiki / Initial Setup Tasks . ... Most PmWiki configuration is performed in files called local/config.php and pub/css/local.css . ... When you first install PmWiki, the local/config.php file does not exist. Copy the sample-config.php file (in the docs/ directory) to local/config.php and use it as a starting point. ... When changing the configuration of your site, always change the local/config.php file or add files to the cookbook/ or pub directories. ... Just make an text-file. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/InitialSetupTasks?action=print -- 19.2 Кб -- 01.03.2014
Похожие документы

9. How Directory, Location and Files sections work
The sections <Directory> , <Location> and <Files> can contain directives which only apply to specified directories, URLs or files respectively. Also htaccess files can be used inside a directory to apply directives to that directory. ... The order of merging is: . ... If multiple <Directory> sections apply to the same directory they are processed in the configuration file order. ... Using the options in question is only possible inside a <Directory> section (or a .htaccess file). ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sections.html -- 7.0 Кб -- 20.06.2002
Похожие документы

10. http://hea-www.harvard.edu/RD/xpa/INSTALL
... The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. ... The configure options we use at SAO for various machines are given as examples in the script file called "saoconfig" in this directory.) ... The installation directories are determined by the "configure" script and may be specified with the --prefix and --exec_prefix options to "configure". ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/INSTALL -- 11.5 Кб -- 09.02.2000
Похожие документы

11. Getting Started in Actor Prolog. Analyzing Web Sites.
In this chapter we will consider two very simple but useful Web agents that I have written on Actor Prolog for my own needs. ... Let us start the Web agent. Fig. ... Start of the Web agent. The Context diagram consists of three blocks: "Logic Programming Sites", "Edit", and "Check". ... Some Web sites that are linked with the logic programming and Prolog are listed in the pulldown list (these addresses are transferred to the "Edit" block from the "Logic Programming Sites" block). ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_scan.html -- 13.7 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>464) - www.cplire.ru/ )

12. cat5
. This Directory contains Model of distribution of density, temperature and effective collision freguency of electrons. Yu.K.Chasovitin. 1998. This Directory contains The program RIM98 for calculating the parameters of the ionosphere to use the "Reference Ionospheric Model-98" (RIM-98).Yu.K.Chasovitin. 1998.
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/cat5MOD.html -- 2.2 Кб -- 18.01.2010
Похожие документы
Еще в разделе: (Показать все результаты (>9256) - www.wdcb.ru/ )

13. The plot of the magnetic conjugation's time distribution
. On the plot the days are shown along X axis and Universal time along Y axis. The regions in the first satellite positions are shown by the regions symbols and colour. The time intervals of the conjugation between considered couple of the satellites during day are shown as a 'wide boxes'. The corresponding numerical file contains the coordinates of both satellites during magnetic conjugations. Dr. Victoria Prokhorenko . Modified 17 June 1999
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/descr/cnjplot.htm -- 1.9 Кб -- 18.06.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/descr/cnjplot.htm -- 1.9 Кб -- 18.06.1999
Похожие документы

14. configure - Configure the source tree - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... The configure script configures the source tree for compiling and installing the Apache HTTP Server on your particular platform. ... Do not print checking ... messages during the configure process. --srcdir= DIR . ... The module source file module-file will be searched in the modules/ module-type subdirectory of your Apache HTTP server source tree. ... This option is provided by autoconf but not very useful for the Apache HTTP Server. --with-apr= DIR | ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/programs/configure.html -- 38.4 Кб -- 19.11.2015
Похожие документы

15. Geomagnetic Indices Kp, ap, Ap, Cp and C9
This service contributes to the International Service of Geomagnetic Indices (ISGI) of the IAGA . ... The Kp numbers of the previous month are available in tabular format . ... There are available also historical and current Kp and derived indices per anonoymos FTP (see below). ... U.S.A. FTP server: ftp://ftp.ngdc.noaa.gov/STP/GEOMAGNETIC_DATA/INDICES/KP_AP/ . monthly update) . ... contains the monthly Kp / ap tables in a simple text format readable for both humans and computers (*.tab). ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/KP_INDEX/index.html -- 13.1 Кб -- 14.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>518) - www.iki.rssi.ru/ )

16. Removing linked directories that contain links
... Look at this example: pwd (print the user's working directory ) /home/tom/reports ls ../tmp/ drafts (list the contents of this directory ) expenditure targets ln -s $HOME/tmp/ drafts quarterly (use a symbolic link to make the directory ) cd quarterly (change directory to this linkname ) ln $HOME/accounts/ expenses (link a file to this linkname ) ls (list the contents of the linked directory ) (the linked file is listed) ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/links3.2.3.html -- 3.2 Кб -- 17.01.1997
Похожие документы

17. ADASS 2002 Conference Proceedings
... The RedHat Package Manager (RPM) software is one such which is available for many platforms. ... it keeps track of installed packages and package version numbers, and all files associated with each package. ... Buildrequires expresses the additional packages required at build time and fixup expresses files that have to be changed at installation. ... The resulting RPM files are re-locatable so you don't have to install the packages in the default location ( /star ). ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass02/P8-2/ -- 13.6 Кб -- 13.03.2003
Похожие документы

18. (Untitled)
I. Installation . ... AMPLE package distributive (created with program InstallShield for Microsoft Visual C++) has been downloaded on FTP server of IAA RAS as archive Ample.zip. ... Note: If the window "file download" appears, select Open... switch button, then press OK button. ... The shortcut for AMPLE will be linked with this folder, and auxiliary files will be created here during AMPLE work. ... When running AMPLE all auxiliary and new configuration files are created in the WORK folder. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9rxw.htm -- 6.9 Кб -- 10.04.2016
Похожие документы

19. Index of /lk/source
... 13-Aug-2014 12:13 106K lk_20140815_0905.tar.. 15-Aug-2014 09:06 106K lk_20140901_0823.tar.. 01-Sep-2014 08:23 103K lk_20141016_1324.tar.. 16-Oct-2014 13:25 103K lk_20141211_1708.tar.. 11-Dec-2014 17:08 103K lk_20150430_0315.tar.. 30-Apr-2015 03:15 103K lk_20150430_0420.tar.. 30-Apr-2015 04:20 103K lk_20150818_1511.tar.. 18-Aug-2015 15:11 104K lk_20151113_1903.tar.. 13-Nov-2015 19:04 105K lk_20160314_0610.tar.. 14-Mar-2016 06:11 105K . ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/lk/source/ -- 2.9 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>4) - scan.sai.msu.ru/ )

20. The /etc directory
Next: The /dev directory Up: The root filesystem Previous: The root filesystem . The /etc љ directory contains a lot of files. ... See the chapter on init љ for further information. /etc/passwd љ . ... Lists the filesystems mounted automatically at startup by the mount -a command (in /etc/rc љ or equivalent startup file). ... etc/issue љ . ... See the magic љ and file љ manual pages for more information. /etc/motd љ . ... Files executed at login or startup time by the Bourne or C shells. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node23.html -- 9.3 Кб -- 04.05.1997
Похожие документы

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | След.


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования