Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 435 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 435 Bytes

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