Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 833 Bytes

README.md

File metadata and controls

47 lines (24 loc) · 833 Bytes

BMP Reader

A simple BMP reader written in C language.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • GCC compiler
  • Make

Installing

  1. Clone the repository

    git clone https://github.com/0x4974616c6f/LeitorBMP.git

  2. Navigate to the project directory

    cd LeitorBMP

  3. Build the program

    make

  4. Run the program

    ./bin/bmp_reader test/test.bmp

Running the tests

You can run the test script by using the following command

make test

Cleaning up

You can remove all object files and the final executable binary by using the following command

make clean

License

This project is licensed under the MIT License - see the LICENSE file for details