⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure

📁 卫星仿真软件 卫星仿真软件 卫星仿真软件
💻
字号:
#! /bin/sh# SaVi 1.2.6 release.echoecho "SaVi: You need to read the savi1.2.6/README file."echo "A brief getting-started summary is given here:"echo "  cd savi1.2.6; make ARCH=linux; ./savi"echo "Replace ARCH value with other platforms (sun, irix, cygwin) if needed."if [ -f /vmlinuz -o -f /boot/vmlinuz ]; then  echo "This appears to be a Linux operating system. Try building SaVi with:"  echo "  make ARCH=linux"  echo "You may need to edit savi1.2.6/src/Makefile_defs.linux to build."elif [ -d /devices ]; then  echo "This appears to be a Sun Solaris operating system. Try building SaVi with:"  echo "  make ARCH=sun"  echo "You may need to edit savi1.2.6/src/Makefile_defs.sun to build."elif [ -d /usr/bsd -a -d /usr/sbin ]; then  echo "This may be an Irix operating system. Try building SaVi with:"  echo "  make ARCH=irix"  echo "You may need to edit savi1.2.6/src/Makefile_defs.irix to build."elif [ -d /cygdrive ]; then  echo "This appears to be using Cygwin. Try building SaVi with:"  echo "  make ARCH=cygwin"  echo "You may need to edit savi1.2.6/src/Makefile_defs.cygwin to build."else  echo "This system isn't familiar. You could try building SaVi with just:"  echo "  make"  echo "You may need to edit the generic savi1.2.6/src/Makefile_defs to build."fiif [ -f /usr/include/zlib.h -o -f /usr/local/include/zlib.h ] ; then  echo  echo "zlib appears to be installed on this system."  echo "You can edit src/Makefile to remove the -DNO_ZLIB flag."  echo "This improves texturemapping performance with Geomview, as described"  echo "in the README-COVERAGE-TEXTUREMAP file."fiechoecho "You will also need to edit the savi1.2.6/savi wrapper script that runs"echo "the SaVi binary to set environment variables appropriately."echo "You may need to edit the Tcl/Tk library locations set in this ./savi"echo "script by TCL_LIBRARY and TK_LIBRARY when building dynamically."echoecho "The ./savi wrapper script sets \$SAVI to the location"echo "of the savi1.2.6/ directory that contains files all SaVi"echo "binaries need, and also contains the README file that you"echo "need to read. Always run SaVi with the ./savi wrapper script."echoecho "Enjoy playing with SaVi!"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -