-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
Description
Is it possible to build restc-cpp offline? The machine I am building on is not connected to the internet. I have downloaded rapidjson (edit: and logfault) and placed it in a couple different locations, such as dbuild/external-projects/src/externalRapidJson
, but make
as per the build instructions still tries to download rapidJson. I fear I may face the same issue with gtest, but I'll cross that bridge when I get there.
Thanks in advance.