积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部系统运维(28)Linux(15)Zabbix(13)

语言

全部英语(13)中文(简体)(8)德语(1)西班牙语(1)法语(1)意大利语(1)日语(1)葡萄牙语(1)中文(繁体)(1)

格式

全部PDF文档 PDF(28)
 
本次搜索耗时 0.107 秒,为您找到相关结果约 28 个.
  • 全部
  • 系统运维
  • Linux
  • Zabbix
  • 全部
  • 英语
  • 中文(简体)
  • 德语
  • 西班牙语
  • 法语
  • 意大利语
  • 日语
  • 葡萄牙语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Debian 维护者指南

    Tip 在尝试制作 Debian 软件包之前,您应当熟悉了解上游源代码所使用的构建系统 并尝试构建软件。 5.18.1 Autotools 使用 Autotools(autoconf + automake)包括四个步骤。 1. 设置构建系统(“vim configure.ac Makefile.am”和“autoreconf -ivf”) 2. 配置构建系统(“./configure”) autoreconf”选项已可自动处理上述第一步到第四步全部内容。 如果您想进一步学习 Autotools,请参考: • GNU Automake 文档 • GNU Autoconf 文档 • Autotools 教程 • 对 autotools 的介绍(autoconf、automake 和 libtool) • Autotools 流言终结者 5.18.2 CMake 使用 CMake 通常也包含四个步骤。 Section 8.8 中所介绍的,使用这些文件进行打包。 更好的做法是,如果上游提供的 Makefile.am 和 configure.ac 兼容最新版本,我们可以使用最新的 Autoconf 和 Automake 软件包重新生成这些(Makefile 和 configure)文件。这么做有利于移植到新的 CPU 架构上等优势。此项工作可以使用带有“--with autoreconf”选项的 dh 命令来自动化。
    0 码力 | 142 页 | 1.11 MB | 1 年前
    3
  • pdf文档 Debian 新维护者手册

    所有软件包都必须,却可能对你有用, 或者你的软件包制作过程中会需要它们: • autoconf、automake 和 autotools-dev - 很多新程序使用 configure 脚本和 Makefile 文件来帮助预处理程序。 (参看 info autoconf、info automake)。autotools-dev 则用于保持指定的自动配置文件为最新,并带有关 于使用那些文件的最佳方法的文档。 epita.fr/~adl/autotools.html) 为 the GNU Build System known as the GNU Autotools 中 最重要的工具——Autoconf、Automake、Libtool 和 gettext 提供了很好的文档。 • gnu-standards - 此软件包包含了 GNU 项目中的两篇文档:GNU Coding Standards (http://www Makefile 和其他必须的源文件。然后程序就可以使用正常的 make; make install 来编译和安装。 Autotools 是 GNU 编译系统工具集,包括 Autoconf、Automake、Libtool 和 gettext。你可以通过 configure.ac、 Makefile.am 和 Makefile.in 等特征文件来识别使用 Autotools 作为编译系统的源代码。⁹
    0 码力 | 63 页 | 493.28 KB | 1 年前
    3
  • pdf文档 Debian 新維護人員手冊

    軟件包雖不是對於所有軟件包都必須,卻可能對你有 用或被你的軟件包所需要: • autoconf、automake 和 autotools-dev - 很多新程序使用 configure 腳本和 Makefile 文件來幫助預處理程序。 (參看 info autoconf、info automake)。autotools-dev 則用於保持指定的自動配置文件爲最新,並帶有關 於使用那些文件的最佳方法的文檔。 epita.fr/~adl/autotools.html) 為 the GNU Build System known as the GNU Autotools 中 最重要的工具——Autoconf、Automake、Libtool 和 gettext 提供了很好的文件。 • gnu-standards - 此軟件包包含了 GNU 項目中的兩篇文檔:GNU Coding Standards (http://www Makefile 和其他必須的源文件,然後這些程序可以使用正常的 make; make install 來編譯和安裝。 Autotools 是 GNU 編譯系統工具,包括 Autoconf、Automake、Libtool 和 gettext。你可以通過 configure.ac、Makefile. am 和 Makefile.in 等文件來識別這種類型的源代碼。⁹ 使用 Autotools 的第一步是在上游作者在代碼中運行
    0 码力 | 63 页 | 512.12 KB | 1 年前
    3
  • pdf文档 This Debian Reference (version 2.109)

    autoconf V:32, I:233 2025 ”info autoconf” provided by autoconf-doc automake V:32, I:232 1837 ”info automake” provided by automake1.10-doc libtool V:27, I:216 1213 ”info libtool” provided by libtool-doc ”configure.ac”. – ”configure” is used later to produce ”Makefile” from ”Makefile.in” template. • Automake is a tool to produce ”Makefile.in” from ”Makefile.am”. • Libtool is a shell script to address the the system 12.6.2.2 Uninstall program If you have the original source and if it uses autoconf(1)/automake(1) and if you can remember how you configured it, execute as follows to uninstall the program.
    0 码力 | 266 页 | 1.25 MB | 1 年前
    3
  • pdf文档 Debian 参考手册(版本 2.109)

    包提供“info make” autoconf V:32, I:233 2025 由 autoconf-doc 包提供“info autoconf” automake V:32, I:232 1837 由 automake1.10-doc 包提供“info automake” libtool V:27, I:216 1213 由 libtool-doc 包提供”info libtool” cmake V:16 是一个从”configure.ac” 生成 shell 脚本”configure” 的工具。 – ”configure” 随后用于从”Makefile.in” 模板生成”Makefile”。 • Automake 是一个从”Makefile.am” 生成”Makefile.in” 的工具。 • Libtool 是一个 shell 脚本,当从源代码编译共享库时,用来定位软件的移植性问题。 Debian sudo make install # this installs the files in the system 12.6.2.2 卸载程序 如果你有源码并且它使用 autoconf(1)/automake(1),如果你能记得你是怎样配置它的话,执行如下的命令来卸载程 序。 $ ./configure all-of-the-options-you-gave-it $ sudo make uninstall
    0 码力 | 261 页 | 1.39 MB | 1 年前
    3
  • pdf文档 Debian Referenz v2.124

    autoconf V:31, I:230 2025 ”info autoconf” aus dem autoconf-doc-Paket automake V:30, I:228 1837 ”info automake” aus dem automake1.10-doc-Paket libtool V:25, I:212 1213 ”info libtool” aus dem libtool-doc-Paket wird dann später verwendet, um aus der Vorlage ”Makefile.in” die ”Makefile”-Datei zu generieren. • Automake erstellt aus einer ”Makefile.am” eine ”Makefile.in”. • Libtool ist ein Shell-Skript für die Problematik 2 Deinstallation eines Programms Wenn Sie noch den Original-Quellcode haben, dieser autoconf(1)/automake(1) nutzt und Sie noch wissen, wie Sie es kon- figuriert haben, verfahren Sie wie folgt, um das Programm
    0 码力 | 289 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Referência Debian v2.124

    V:31, I:230 2025 ”info autoconf” disponibilizado por autoconf-doc automake V:30, I:228 1837 ”info automake” disponibilizado por automake1.10-doc libtool V:25, I:212 1213 ”info libtool” provided by libtool-doc ”configure.ac”. – ”configure” is used later to produce ”Makefile” from ”Makefile.in” template. • Automake is a tool to produce ”Makefile.in” from ”Makefile.am”. • Libtool is a shell script to address the system 12.6.2.2 Desinstalar um programa Se tiver o código original, se ele utiliza autoconf(1)/automake(1) e se você lembrar como o configurou, execute como segue para desinstalar o programa. $ ./configure
    0 码力 | 281 页 | 1.39 MB | 1 年前
    3
  • pdf文档 Debian Reference v2.124

    make-doc autoconf V:31, I:230 2025 ”info autoconf” fornito da autoconf-doc automake V:30, I:228 1837 ”info automake” fornito da automake1.10-doc libtool V:25, I:212 1213 ”info libtool” fornito da libtool-doc – ”configure” è successivamente usato per produrre ”Makefile” da un modello ”Makefile.in”. • Automake è uno strumento per produrre ”Makefile.in” da ”Makefile.am”. • Libtool è uno script di shell per 12.6.2.2 Disinstallare un programma Se si hanno i sorgenti originali e questi usano autoconf(1)/automake(1), e se ci si ricorda la configurazione usata, eseguire quanto segue per disinstallare un programma
    0 码力 | 283 页 | 1.40 MB | 1 年前
    3
  • pdf文档 Guía de referencia de Debian v2.124

    autoconf V:31, I:230 2025 «info autoconf» proporcionado con autoconf-doc automake V:30, I:228 1837 «info automake» proporcionado con automake1.10-doc libtool V:25, I:212 1213 ”info libtool” proporcionado por ”configure” se usa más adelante para producir ”Makefile” a partir de la plantilla ”Makefile.in”. Automake es una herramienta para producir ”Makefile.in” a partir de ”Makefile.am”. Libtool es un script system 12.6.2.2. Desistalando programas Si se tiene el código original, se utiliza autoconf(1)/automake(1) y se recuerda como se configuró, ejecute lo siguiente para realizar la desistalación del programa
    0 码力 | 285 页 | 1.43 MB | 1 年前
    3
  • pdf文档 Debian 參考手冊(第 2.109 版)

    make” autoconf V:32, I:233 2025 由 autoconf-doc 包提供的“info autoconf” automake V:32, I:232 1837 由 automake1.10-doc 包提供的“info automake” libtool V:27, I:216 1213 由 libtool-doc 包提供”info libtool” cmake V:16 是一個從”configure.ac” 生成 shell 指令碼”configure” 的工具。 – ”configure” 隨後用於從”Makefile.in” 模板生成”Makefile”。 • Automake 是一個從”Makefile.am” 生成”Makefile.in” 的工具。 • Libtool 是一個 shell 指令碼,當從原始碼編譯共享庫時,用來定位軟體的移植性問題。 Debian make install # this installs the files in the system 12.6.2.2 解除安裝程式 如果你有原始碼並且它使用 autoconf(1)/automake(1),如果你能記得你是怎樣調配它的話,執行如下的指令來解除 安裝程式。 $ ./configure all-of-the-options-you-gave-it $ sudo make uninstall
    0 码力 | 260 页 | 1.41 MB | 1 年前
    3
共 28 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
Debian维护维护者指南手册新維護人員手冊ThisReferenceversion2.109参考参考手册版本Referenzv2124RefernciaGudereferencia參考
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩