hs2361 / k-means-compressor

k means clustering based image compression algorithm project for OOPL
6 stars 8 forks source link

Modify README #12

Closed XDRAGON2002 closed 3 years ago

XDRAGON2002 commented 3 years ago

Fixes issue #8

The documentation contained - gcc -std=C++17 compressor.cpp for compiling the program, this however does not work due to linking issues and hence the documentation needed to be updated.

Changed to - g++ -std=c++17 compressor.cpp