Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building Offline #156

Open
13372277 opened this issue Jun 5, 2024 · 1 comment
Open

Building Offline #156

13372277 opened this issue Jun 5, 2024 · 1 comment
Assignees

Comments

@13372277
Copy link

13372277 commented Jun 5, 2024

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.

@13372277 13372277 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2024
@jgaa
Copy link
Owner

jgaa commented Jun 24, 2024

It is possible. restc should ideally be able to use installed libs, conan/vcpkg or git submodules for dependencies.

I was not aware of the issues with cmake always going online during build when using the ExternalProject_Add function.

@jgaa jgaa reopened this Jun 24, 2024
@jgaa jgaa self-assigned this Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants