Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 977 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 977 Bytes

ToyScopy

CircleCI codecov

ToyScopy is a toy browser written in C++.

development

  1. install gtk+3.0, gtkmm3 and adwaita-icon-theme

    brew install gtk+3.0 gtkmm3 adwaita-icon-theme
  2. install libcurl

  3. execute cmake under src directory

    cd src
    cmake .
  4. make binary

    make
  5. execute ToyScopy

    ./main
    • for checking debug log, execute with DEBUG=true like below:
    DEBUG=true ./main

license

MIT