From ae44ece4a74890a20b7556be3e3497afe5e4861e Mon Sep 17 00:00:00 2001 From: SolindekDev <83218819+SolindekDev@users.noreply.github.com> Date: Tue, 28 Mar 2023 20:56:03 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40e0e4e..667c3a5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -# ivafl +# IVAFL Ivafl (Image, Video, Aufio formats library) it's an easy library that have utility function for encoding and decoding avi, bmp, jpeg, mp3, mp4, png, wav +# Build +``` +make # Should create libivafl.a +make clean # Will delete libivafl.a and all .o files +``` +