Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 554 Bytes

README.md

File metadata and controls

executable file
·
16 lines (11 loc) · 554 Bytes

Gtk_browser

#Project description Gtk_browser is a project that involves building a browser using the gtk and webkit libraries in C.

#Prerequisite for running the program ->The gtk and webkit libraries must be installed on the system. ->The system must have gcc installed

#Compiling the program To compile the project, open the terminal and change directory to the directory of the project. The type "make". After which the program will be compiled.

#Running the browser After a successful compilation. Type "./BrowserMain" to run the browser