Skip to content
Raphael Kim edited this page Nov 30, 2019 · 10 revisions

WIKI for libendetool

  • Here I describes some helpful issues,

How build source ?

  • It you are using Code::Blocks, it could be possible to build easily by your compiler by open project file, then build it.
  • MSYS and GCC, or using native bash shell, it will no need config or modify Makefile, just make on your shell.
  • LLVM gcc, or Apple Mac OS, you may user CCPREFIX as like this : make CCPREFIX=llvm-

How it works:

Recommends

  • Use openssl library for AES-256-CBC for large data.

Tested platforms

  • Windows x86 32, 64bit - WindowsXP, Windows7, Windows10
  • Debian x86 32, 64bit - Ubuntu 16.x, Ubuntu 18.x, Linux Mint 18.x Linux Mint 19.x
  • Debian armhf 32bit - linaro LXDE (Openbox)
  • Debian aarch64 64bit - linaro LXDE (Openbox)

External Licenses