yiwuxue / libevent-for-android

libevent build script for android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libevent-for-android Build Status

编译 Android 各个平台的 libevent 静态库.

libevent

build

git clone --recursive https://github.com/jusonqiu/libevent-for-android.git
make clean && make && make install

文件

libs
├── armeabi
│   └── libevent.a
├── armeabi-v7a
│   └── libevent.a
├── mips
│   └── libevent.a
└── x86
    └── libevent.a
include
├── event2
│   ├── buffer_compat.h
│   ├── bufferevent_compat.h
│   ├── bufferevent.h
│   ├── bufferevent_ssl.h
│   ├── bufferevent_struct.h
│   ├── buffer.h
│   ├── dns_compat.h
│   ├── dns.h
│   ├── dns_struct.h
│   ├── event_compat.h
│   ├── event-config.h
│   ├── event.h
│   ├── event_struct.h
│   ├── http_compat.h
│   ├── http.h
│   ├── http_struct.h
│   ├── keyvalq_struct.h
│   ├── listener.h
│   ├── rpc_compat.h
│   ├── rpc.h
│   ├── rpc_struct.h
│   ├── tag_compat.h
│   ├── tag.h
│   ├── thread.h
│   └── util.h
└── event.h

About

libevent build script for android.


Languages

Language:Makefile 100.0%