gustavorv86 / c-base64

BASE64 library written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

BASE64 library written in C

License:GNU General Public License v3.0


Languages

Language:C 74.4%Language:Makefile 20.8%Language:Shell 4.9%