petpet++ is a petpet image generator for C++ using wxWidgets!
This is a small program that takes whatever image you give it and gives you a petpet version of that image!
- CMake 3.10.0 (Minimum)
- C++ 11 (CXX 11 Standard)
- git
After you have used git clone to clone the repository to your hard drive, open a terminal in that directory, type and confirm:
git submodule update --init --recursiveThis will initialize the wxWidgets library, along with it's nested submodules.
Use the CMake command to build this project:
cmake --build .After it has been built, you will see "cpp-petpet" in the directory of the build folder.