LadybirdBrowser / ancient-history

The Ladybird web browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offline build instructions?

sleirsgoevy opened this issue · comments

What exactly to git clone and where to place to have the thing build fully offline?

For now I will resort to putting a fake git tool in PATH, but that is certainly a hack.

You need the whole SerenityOS installed then u can reference it
otherwise u need online connection

By "whole SerenityOS" do you mean that I need an up and running OS for offline building? Or do you just mean that I need to download it beforehand?

You need the serenity source code, passed with -DSERENITY_SOURCE_DIR,. And a copy of the CLDR, TZDB, and UCD. Those artifacts can have their locations specified with CMake options too, which are documented in their CMake modules in serenity/Meta/cmake