`
izuoyan
  • 浏览: 9223184 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Compile syslog-win32

阅读更多

1. 安装MinGW & MSys

2. 下载syslogd-win32

wget http://nchc.dl.sourceforge.net/sourceforge/syslog-win32/syslog-win32-0.3.tar.bz2

tar -jxvf syslog-win32-0.3.tar.bz2

3. 下载所需的组件

cd syslog-win32-0.3

mkdir distfiles

cd distfiles

wget http://www.gimp.org/~tml/gimp/win32/libiconv-1.9.1.bin.woe32.zip
wget http://www.gimp.org/~tml/gimp/win32/gettext-runtime-0.13.1.zip
wget http://www.gimp.org/~tml/gimp/win32/pkgconfig-0.15.zip
wget ftp://ftp.gtk.org/pub/gtk/v2.8/win32/glib-2.8.0.zip
wget ftp://ftp.gtk.org/pub/gtk/v2.8/win32/glib-dev-2.8.0.zip
wget ftp://ftp.gtk.org/pub/gtk/v2.8/win32/glib-dev-2.8.0.zip

4. 编译

DISTFILES=<下载的组件目录,默认为当前的distfiles>

./build.sh

分享到:
评论

相关推荐

    protobuf-2.5.0和protoc-2.5.0-win32

    This binary is intended for Windows users who want to use Protocol Buffers in Java or Python but do not want to compile protoc themselves.

    mingw-win32-gcc(4.8.2)-release

    MingW-Win32-GCC(4.8.2)是一个针对Windows平台的开源GCC(GNU Compiler Collection)编译器套件,它是Qt开发者的重要工具。这个特定的版本4.8.2是针对32位Windows系统设计的,并且特别强调了对Qt 4.8.6版本的编译...

    compile-node-sass-0.0.3.zip

    【标题】"compile-node-sass-0.0.3.zip" 涉及的主要知识点是关于Node.js环境下的Sass编译工具,它允许开发者将Sass或SCSS语法转换成CSS,以便在Web开发中使用。Sass是一种强大的CSS预处理器,提供了变量、嵌套规则、...

    protoc-2.6.0-win32

    Protocol Buffers (a.k.a., protobuf) are ... To install protobuf, you need to install the protocol compiler (used to compile .proto files) and the protobuf runtime for your chosen programming language.

    js-conditional-compile-loader-1.0.15.tgz

    【js-conditional-compile-loader 1.0.15】是一个专为JavaScript代码条件编译设计的加载器,用于处理项目中的环境特定代码。在软件开发中,有时我们需要根据不同的运行环境(例如开发、测试和生产)来编译不同的代码...

    ffmpeg-git-1aeb88b-win32-dev.7z

    FFmpeg static builds can be downloaded for every major operating system. They are built from recent development versions and include executables for you to run without the need to compile FFmpeg.

    openssl111g-linux64-win32-win64 1.1.1g 三个环境下的编译文件

    3. `compile_win32`:则包含Windows 32位系统的编译成果,同样包括编译后的可执行文件和库文件。 在Windows环境下编译OpenSSL通常需要Visual Studio或者MinGW等工具链,而Linux环境下则可能需要GCC或者Clang。编译...

    Python库 | libsass-0.14.3-cp35-cp35m-win32.whl

    **Python库libsass-0.14.3-cp35-cp35m-win32.whl详解** Python作为一种高度可扩展的编程语言,拥有丰富的第三方库支持,极大地拓展了其功能范围。其中,`libsass`是针对Python的一个重要库,用于处理Sass...

    v8-compile-cache:需要挂钩以实现自动V8编译缓存持久性

    v8编译缓存 v8-compile-cache附加了一个require钩子,以使用来加快实例化时间。 “代码缓存”是V8进行的解析和编译工作。 中引入了利用V8生成/使用此缓存的。用法添加依赖项: $ npm install --save v8-compile-...

    前端开源库-post-compile-webpack-plugin

    const PostCompileWebpackPlugin = require('post-compile-webpack-plugin'); module.exports = { // 其他Webpack配置... plugins: [ // 在这里添加插件 new PostCompileWebpackPlugin({ // 配置你的自定义...

    Python库 | regex-2015.10.29-cp34-none-win32.whl

    Python库regex-2015.10.29-cp34-none-win32.whl是一个用于Python编程语言的扩展模块,专为处理正则表达式提供了更加强大的功能和灵活性。在Python的标准库中,`re`模块是默认的正则表达式库,但regex库提供了一些...

    elasticsearch-head-compile-after.tar.gz+node-v8.1.2-linux-x64.ta

    标题中的"elasticsearch-head-compile-after.tar.gz"和"node-v8.1.2-linux-x64.ta"分别指的是两个不同的软件组件。首先,Elasticsearch是一个流行的开源搜索引擎和分析平台,广泛应用于大数据检索、日志分析和实时...

    protoc-3.18.0-win64.zip

    Buffers in languages other than C++ but do not want to compile protoc themselves. To install, simply place this binary somewhere in your PATH. If you intend to use the included well known types then ...

    gcc-linaro-7.5.0-2019.12-i686-mingw32_arm-linux-gnueabihf

    gcc-linaro-7.5.0-2019.12-i686-mingw32_arm-linux-gnueabihf gcc-linaro-7.5.0-2019.12-win32-manifest compile arm from windows

    apache-maven-3.6.3-win64.zip

    这个压缩包“apache-maven-3.6.3-win64.zip”包含了运行Maven所需的所有组件,适用于在Windows环境下进行Java开发。 Maven的工作基于项目对象模型(Project Object Model,POM),这是一个XML文件,包含了项目的...

    conditional-compile-loader

    conditional-compile-loader conditional-compile-loader 根据设定的参数对 vue、js、jsx 和 css(less, sass 等) 代码进行条件编译。 安装 先安装 conditional-compile-loader npm install -D conditional-compile-...

    kotlin-compile-testing,用于测试kotlin和java注释处理器、编译器插件和代码生成的库.zip

    《Kotlin-Compile-Testing:测试Kotlin与Java编译环节的利器》 在软件开发过程中,确保编译器插件、注解处理器以及代码生成的正确性是至关重要的。Kotlin-Compile-Testing库正是为此目的而生,它提供了一个强大的...

    maven-compile-plugin-1.4.0-incubating.jar

    maven-compile-plugin-1.4.0-incubating.jar

    color-compile - 源码

    在"color-compile-master"这个压缩包中,可能包含以下内容: 1. `color-compile`脚本:这是一个可执行文件或shell脚本,用于拦截`gcc/g++/make`的输出并添加颜色。 2. `README`文件:提供关于如何安装和使用`color-...

Global site tag (gtag.js) - Google Analytics