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 +``` +