代码搜索:Install
找到约 10,000 项符合「Install」的源代码
代码结果 10,000
www.eeworm.com/read/15279/445789
install
======================================================================
TiMidity++ Installation guide
Masanao Izumo
Mar.01.2004
version 2.13.0 or later
=========
www.eeworm.com/read/16793/691504
install
Basic Installation
==================
These are installation instructions for Bash.
The simplest way to compile Bash is:
1. `cd' to the directory containing the source code and type
`./confi
www.eeworm.com/read/20138/833838
install
#!/bin/csh
#
###################################################################
#
# Installation Script for GENESIS
# -------------------------------
#
###########################################
www.eeworm.com/read/40112/916368
install
#!/bin/csh
#
###################################################################
#
# Installation Script for GENESIS
# -------------------------------
#
###########################################
www.eeworm.com/read/23978/934578
install
#!/bin/sh
INSTALL_DIR=.
VERSION=2.0
#
# Must run this script as root
#
uid=`id | sed 's/^uid=\([0-9][0-9]*\).*$/\1/'`
if [ $uid -ne 0 ]; then
echo "Not logged in as root."
exit 1
fi
{
clear
www.eeworm.com/read/493775/1163266
install
#!/bin/bash
if [ -d "/usr/local/dshield" ]; then
echo "dshield client already installed, aborting."
exit 1
fi
if [ -f "dshield-3.2.tar.gz" ]; then
tar xfz dshield-3.2.tar.gz
mv dshield /usr/loca
www.eeworm.com/read/490329/1203018
install
# Note: dont forget the ;
# 6 essential lines
Title ("Half-Life Model Viewer v1.21 for Win9x/NT");
NumFiles (5);
RootDirectory ("\Half-Life Model Viewer");
TargetDirectory ("%p%r");
Registry (2,
www.eeworm.com/read/489717/1211188
install
Check the CC and CFLAGS lines in the makefile
If your C library does not support the times(3) function, change the
#define TIMES to
#undef TIMES in speed.c
If it does, check the HZ value for the time
www.eeworm.com/read/489717/1211493
install
This Eric Young's blowfish implementation, taken from his SSLeay library
and made available as a separate library.
The version number (0.7.2m) is the SSLeay version that this library was
taken from.
www.eeworm.com/read/489717/1212147
install
There are two ways to build this code;
(1) Manually
(2) Using all-singing all-dancing (all-confusing) autotools, ie. autoconf,
automake, and their little friends (autoheader, etc).
================