SkillAgentSearch skills...

Libeasy

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

Install / Use

/learn @jasonjoo2010/Libeasy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars21
CategoryDevelopment
Updated3mo ago
Forks13

Languages

C

Security Score

77/100

Audited on Dec 28, 2025

No findings