Closed XDRAGON2002 closed 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
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