INSTALL 424 B

12345678910111213141516
  1. # INSTALL uchardet
  2. `uchardet` uses a typical cmake installation.
  3. * Configure with `cmake`. There are various options. For instance to configure
  4. with a prefix as a release-ready build:
  5. > cmake -DCMAKE_INSTALL_PREFIX=/home/jehan/.local -DCMAKE_BUILD_TYPE=Release
  6. Alternatively, use `ccmake`, curses interface to `cmake`.
  7. * Build with `make`.
  8. * Install with `make install`.
  9. Read `README` for more details on uchardet.