# libeasy **Repository Path**: hwzero/libeasy ## Basic Information - **Project Name**: libeasy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-28 - **Last Updated**: 2021-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libeasy ## Build ### Requirements * libtoolize(glibtoolize under MacOS) * aclocal * autoconf * automake ### Compile ```shell prefix=$(pwd) ./bootstrap.sh ./configure --prefix=$prefix/.libs --libdir=$prefix/.libs/lib64 --enable-static=yes --enable-shared=no make -j ``` ### Test ```shell test/gconv_test.sh ``` ### Install We specify a temporary installation location `./.libs`. We can install by: ```shell make install ```