A custom web browser, powered by Blaze and V8
- Install CMake, Git and your compiler (ex. Visual Studio)
- Run this for the debug build
git clone --recurse-submodules https://github.com/DDev247/glacier-browser.git
cd glacier-browser
mkdir build
cd build
cmake ..
cmake --build .- To run it, run
build/glacier(.exe)