Only Xlib and standard C Libraries have been used to develop this software.
This software draws BMP images on screen by providing the absolut path to the image.
If you are interested in obtaining this software, clone it and run first the following
command to download and install the xlib library if you do not already have it installed.
make install
Then compile it with the following command.
make all
If compiling was success run the executable
./crwindow
Or you can use the Makefile to run the program also.Just use
make exec
If you don't see any errors software is ready for use.
If you want to uninstall the libraries run the following.
make uninstall
After command finishes execution, remove all program relevant files and folders
make clean
At long last delete the project folder.