You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question: How is the shell that stores the binary files of third-party libraries compiled?
I was reading the install-third-party.sh source code ,and found the shell file vesoft-third-party-$version-$(uname -m)-libc-$selected_libc_version-gcc-$selected_gcc_version-abi-$this_abi_version.sh downloaded online. So how is this shell file compiled?
The text was updated successfully, but these errors were encountered:
I have a question: How is the shell that stores the binary files of third-party libraries compiled?
I was reading the
install-third-party.sh
source code ,and found the shell filevesoft-third-party-$version-$(uname -m)-libc-$selected_libc_version-gcc-$selected_gcc_version-abi-$this_abi_version.sh
downloaded online. So how is this shell file compiled?The text was updated successfully, but these errors were encountered: