/libeasy-1

An event-driven c library open source by taobao originally and maintain here

Primary LanguageC

libeasy

Build

Requirements

  • libtoolize(glibtoolize under MacOS)
  • aclocal
  • autoconf
  • automake

Compile

prefix=$(pwd)
./bootstrap.sh
./configure --prefix=$prefix/.libs --libdir=$prefix/.libs/lib64 --enable-static=yes --enable-shared=no
make -j

Test

test/gconv_test.sh

Install

We specify a temporary installation location ./.libs. We can install by:

make install