libchardet Installsation Documentation

Author: JoungKyun.Kim <http://oops.org>
2009/02/22

$Id: INSTALL 33 2014-02-10 13:19:12Z oops $


1. Quick Install

   shell> ./configure
   shell> make
   shell> make install

2. configure

   libchardet used GNU autoconf and no option except default option of gnu configure.
   And, you can use follow environment variables.

   CFLAGS, CXXFLAGS, DEFS, LIBS, LDFLAGS, CPPFLAGS, and so on.

3. make

   you can enable with -j option.

4. make install

   If use with DESTDIR environment, you can test install where you want.
   for example, execute `make DESTDIR=PATH install`

