安装不难啊。下载后是一个标准的tar.gz压缩包。按照标准的tar.gz文件的安装过程装就可以了。先使用tar指令解压到一个目录。然后会看到configure文件。按里面的提示装就可以了。不麻烦的。即:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
关于使用说明的话,就看解压出来的README文件就可以了。基本使用你可以参考: 有人用过OpenGGSN吗?这篇帖子。