ToyScopy is a toy browser written in C++.
-
install gtk+3.0, gtkmm3 and adwaita-icon-theme
brew install gtk+3.0 gtkmm3 adwaita-icon-theme
-
install libcurl
-
execute cmake under src directory
cd src cmake .
-
make binary
make
-
execute ToyScopy
./main
- for checking debug log, execute with
DEBUG=true
like below:
DEBUG=true ./main
- for checking debug log, execute with
MIT