How to build RedisGraph without network?

I have installed the Redis and uploaded the RedisGraph project into the remote Linux system.
The problem is the remote Linux system does not have a network.
It make the RedisGraph project cannot be compiled and built.

No network means that I cannot use Docker, and all the dependencies must rely on upload. :sob:

The system is CentOS

RedisGraph doesn’t require network conectvity for its build phase.

Once you’ve downloaded all of its source code (including dependencies) e.g. git clone --recurse-submodules -j8 https://github.com/RedisGraph/RedisGraph.git

Running make will not try to use the network.