/c-base64

BASE64 library written in C

Primary LanguageCGNU General Public License v3.0GPL-3.0

c-base64

BASE64 library written in C

What you need

Install the next software.

sudo apt-get install git gcc gdb make

Build

Clone this repository.

git clone https://github.com/gustavorv86/c-base64

Go to repository folder and run make command.

cd c-base64
make

Run examples

Run the load_environment script to load the LD_LIBRARY_PATH.

. load_environment

Go to dist directory and run the examples.

cd dist
./base64_test_main