We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.
What's up guys. Sorry for stupid (maybe) question.
I build firebase sdk from sources. How can I get prebuilt versrion of sdk from script?
I invoke: ./build_scripts/desktop/package.sh -b /home/era/Work/firebase-cpp-sdk/build -o /home/era/Work/firebase-cpp-sdk/release -p linux -t /usr/bin -j 28 -L
./build_scripts/desktop/package.sh -b /home/era/Work/firebase-cpp-sdk/build -o /home/era/Work/firebase-cpp-sdk/release -p linux -t /usr/bin -j 28 -L
But, there are no some include files and folders. Here what i get.
But, if we look at the prebuilt version of sdk (zip file) you will see more files For ex, the include files from prebuilt version
As you can see, there are more files. What I do wrong?
The text was updated successfully, but these errors were encountered:
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Sorry, something went wrong.
No branches or pull requests
[READ] For Firebase Unity SDK question, please report to Firebase Unity Sample
Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the question here:
What's up guys. Sorry for stupid (maybe) question.
I build firebase sdk from sources.
How can I get prebuilt versrion of sdk from script?
I invoke:
./build_scripts/desktop/package.sh -b /home/era/Work/firebase-cpp-sdk/build -o /home/era/Work/firebase-cpp-sdk/release -p linux -t /usr/bin -j 28 -L
But, there are no some include files and folders. Here what i get.
But, if we look at the prebuilt version of sdk (zip file) you will see more files
For ex, the include files from prebuilt version
As you can see, there are more files.
What I do wrong?
The text was updated successfully, but these errors were encountered: