Ubuntu:
apt-get install build-essential cmake libpng-dev
It is also recommended to use an IDE, such as QtCreator, to program the solution.
Manual compilation:
cmake -S . -B build
cd build
make make test
There was an error while loading. Please reload this page.