Skip to content

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

Notifications You must be signed in to change notification settings

jasonjoo2010/libeasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages