Description: 这是一个自动生成MAKEFILE的工具。在LINUX工程项目里是很好的帮手。希望对大家有点帮助。-This is an automatically generated MAKEFILE tool. LINUX projects in Lane is a good helper. We hope to help a bit. Platform: |
Size: 443844 |
Author:wcg |
Hits:
Description: autoconf 2.59版,可用于redhat系统.用于编译原码,编写makefile文件.-autoconf 2.59 version, the system can be used redhat. The original code used to compile, document preparation makefile. Platform: |
Size: 1235968 |
Author:曹荣强 |
Hits:
Description: 这是一个自动生成MAKEFILE的工具。在LINUX工程项目里是很好的帮手。希望对大家有点帮助。-This is an automatically generated MAKEFILE tool. LINUX projects in Lane is a good helper. We hope to help a bit. Platform: |
Size: 443392 |
Author:wcg |
Hits:
Description: LINUX下的源码工具,可自己分析,或者直接装在系统上作为应用-Under LINUX source tools, can be its own analysis, or directly installed in the system as an application Platform: |
Size: 1074176 |
Author:zzp |
Hits:
Description: 在本文中,将给大家介绍如何使用autoconf和automake两个工具来帮助我们自动地生成符合自由软件惯例的Makefile,这样就可以象常见的GNU程序一样,只要使用“./configure”,“make”,“make instal”就可以把程序安装到Linux系统中去了。这将特别适合想做开放源代码软件的程序开发人员,又或如果你只是自己写些小的Toy程序,那么这个文章对你也会有很大的帮助(解压后请用html打开)-In this article, we will introduce how to use autoconf and automake tools to help us automatically generate practice in line with the free software Makefile, so that could be as common as GNU program, as long as the use of " ./Configure" , " make " ," make instal " can be installed on the Linux system to the. This will be particularly well suited to do the procedures for open source software developers, or if you just wrote it myself Toy Minor procedures, then this article you will be very helpful (after decompression with open html) Platform: |
Size: 100352 |
Author:竹子 |
Hits:
Description: OpenSSH是一个免费(Free)版本的基于SSH协议的网络连接工具软件包。它将所有通信流量进行加密,可以有效地防范各种监听手段,杜绝网络连接的泄密。OpenSSH具备安全性高、可靠性高、可用性好、功能全面等特点。不仅如此,由于OpenSSH的开放性,用户还可以通过Internet得到广泛及时的技术支持。
OpenSSH目前支持支持SSH协议1.3版本、1.5版本和2.0版本,包括这样一些应用程序:
sshd:服务器端的守护程序,监听来自客户机的连接,负责完成安全验证并提供服务。
Ssh:客户端程序,用于登录到远程机器或执行远程机器上的命令。
Scp:客户端程序,可以安全地将文件拷贝到其他机器。
Ssh-keygen:密钥管理程序,用来产生基于RSA或者DSA加密协议的密钥对,包括一个主机用公开密钥和一个客户用私有密钥。
Ssh-agent:安全验证的代理程序,用来管理本地密钥实现自动连接。
Ssh-add:与上面代理程序配合使用的应用程序,可以将特定的密钥加入到代理程序的管理之中。
Sftp-server:安全文件传输的服务程序。
-This is the port of OpenBSD s excellent OpenSSH[0] to Linux and other
Unices.
OpenSSH is based on the last free version of Tatu Ylonen s sample
implementation with all patent-encumbered algorithms removed (to
external libraries), all known security bugs fixed, new features
reintroduced and many other clean-ups. OpenSSH has been created by
Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt,
and Dug Song. It has a homepage at http://www.openssh.com/
This port consists of the re-introduction of autoconf support, PAM
support, EGD[1]/PRNGD[2] support and replacements for OpenBSD library
functions that are (regrettably) absent from other unices. This port
has been best tested on AIX, Cygwin, HP-UX, Linux, MacOS/X,
NetBSD, OpenBSD, OpenServer, Solaris, Unicos, and UnixWare.
This version actively tracks changes in the OpenBSD CVS repository.
The PAM support is now more functional than the popular packages of
commercial ssh-1.2.x. It checks "account" an Platform: |
Size: 1016832 |
Author:liuliu |
Hits:
Description: autotools是GNU软件发布的标准工具集合,如果你在linux平台下开发软件,那么你一定要学习如何使用automake, autoconf, libtools-autotools contains a lot of gnu distribution tools, autoconf automake and libtools and so on. Platform: |
Size: 357376 |
Author:张泽 |
Hits:
Description: 说明:包含程序和代码。
该程序源代码用于创建automake.am和其他文件。用于linux下制作makefile文件。
1. 把src_makefile和automake.exe拷贝到需要创建automake.am的主目录。
2. 执行automake.exe,点击 创建automake.am文件,默认选择当前目录。确定后得到一组文件src_makefile。
3. 将linux工程和src_makefile目录下的所有文件放于linux下同一个目录下。
4. 依次使用如下命令创建 makefile文件及对linux项目进行编译。
autoscan
aclocal
autoconf
autoheader
automake
./configure
make
5. 如果编译出错,去掉automake.am中的一些库,比如liblua.a,增加工程需要的linux库,重新编译。-Description: Contains the program and code. The source code used to create automake.am and other documents. Produced under the makefile for linux. 1 copy to the src_makefile and automake.exe automake.am need to create the home directory. 2 Executive automake.exe, click Create automake.am file, select the current default directory. Determined to be a group of files src_makefile. 3 Engineering and src_makefile the linux directory to put all the files in a directory in linux the same below. 4 in order to use the following command to create a makefile and build the project on linux. autoscan aclocal autoconf autoheader automake./configure make 5. If the compilation error, remove the automake.am in some libraries, such as liblua.a, increase the linux library needed for the project, re-compile. Platform: |
Size: 158720 |
Author:hanjie |
Hits:
Description: 簡易wav播放器,只支持編碼格式維pcm格式。(The package was reworked to use the autoconf tools for easier installs.
It should install automatically for Linux and *BSD. This version also
should build and operate correctly on 64-bit platforms. A number of
compiler warnings were also eliminated.) Platform: |
Size: 368640 |
Author:davidking1111
|
Hits: