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

📄 readme

📁 libbt-1.01 BT应用软件 是BT客户端的源代码
💻
字号:
LibBT 1.01Description:LibBT is a C reimplementation of the BitTorrent core protocols.  Ourgoal for the project is to develop a low overhead library version of the protocols so that BitTorrent transfers can easily be built in to any existing application.The sample applications included with LibBT currently run in between 2Mb and 3.5Mb of memory (RSS), depending on the number of peers that are attached.LibBT is currently targeted at the Linux Operating System.Prerequisites:The following libraries should already be installed on yoursystem:* OpenSSL (http://www.openssl.org/)* LibCURL (http://curl.haxx.se/libcurl/)* e2fsprogs-develAll of these are on the distribution disks for Redhat 7.3 and later.  Theversion of LibCURL distributed with Redhat 7.1 is broken, so you shoulddownload current sources for LibCURL if you are using Redhat 7.1 or earlier.If you are prerequisite libraries from source then don't forget to addthe library install directory to /etc/ld.so.conf, and run ldconfig, oradd the library directory to your LD_LIBRARY_PATH environment variable.Build instructions:After unpacking the source tree you will find that the project has beenset up to build with autoconf.  The sources have only been tested on various Redhat distributions of Linux.  Please let me know if you completea port to another distribution or operating system.To build the sources you must first run configure, and then make as shownin the example below.      $ ./configure    $ makeIn this early release there is only a static library available, togetherwith three sample applications; btlist, btget, and btcheck.  There is currently no 'make install' target, but the sample applications can becopied anywhere that you find convenient, and should still run.If changing the autoconf scripts then the following commands will rebuildthe configure and config.h.in files:    $ autoconf    $ configure    $ autoheader    $ configure

⌨️ 快捷键说明

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