- 论坛徽章:
- 1
|
我看过了..install是
NAME
ginstall - copy files and set attributes
SYNOPSIS
install [OPTION]... SOURCE DEST (1st format)
install [OPTION]... SOURCE... DIRECTORY (2nd format)
install -d [OPTION]... DIRECTORY... (3rd format)
DESCRIPTION
In the first two formats, copy SOURCE to DEST or multiple SOURCE(s) to
the existing DIRECTORY, while setting permission modes and owner/group.
In the third format, create all components of the given DIRECTORY(ies).
Mandatory arguments to long options are mandatory for short options
too.
--backup[=CONTROL] make a backup of each existing destination file
-b like --backup but does not accept an argument
-c (ignored)
..
他只是作copy与设定file权限...其他啥事也没作..
请叁考Makefile的动作...把那两个.pl copy到某个目录下的bin目录..设定一下系统的PATH...
将dtd file..copy到该目录下的xml2sql目录..
然後查看一下那两个.pl里面需要先安装哪些Perl Module..手工安装一下...按理讲就行了...
他里面没有用到C compiler去compile.应该比较容易解决...
PS:更正一点错误...
[ 本帖最后由 apile 于 2005-11-23 08:46 编辑 ] |
|