-
Notifications
You must be signed in to change notification settings - Fork 210
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
How to install? #120
Comments
the gstore do not support this command. you can use the command "cp xx" to copy the directory to the other directory after run the command "make" |
I am a new user.
|
We offer three ways to install gStore. The first is compiling and installing from source code. You need to install the relevant environment and then obtain the source code for compilation. The second is Docker image installation. You can pull the Docker image from Docker Hub and then load the image. The third is static package installation. You can contact our technical staff to obtain the static installation package, which can be installed by simply unpacking it. However, there are some functional limitations for static package installation (such as the inability to write custom functions), so we recommend the first method. You can refer to the installation guide at the following URL for more details: https://www.gstore.cn/pcsite/index.html#/documentation. |
@WenJieLiHnu Thank you for you answer. I've already chosen 1) and successfully got the binaries listed above. |
I've successfully built with
Now I would like to do something like
make DESTDIR="$pkgdir" install
but this isn't available.
The text was updated successfully, but these errors were encountered: