-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello, enthusiastic engineer,
I am trying to install sbsigntool in a unix-like operating system without network.
The first thing I do was to run '"autogen.sh" but there were lots of warnings and errors in console.
By viewing the source code of "autogen.sh", I found that the script failed to git some ccan toolsets from online base.
So I download the required toolsets (talloc, read_write_all, build_assert, array_size, endian) and put them into "ccan.git" folder,
then ignored the git request in the script and tried to run it again, still failed.
I speculated that the folder hierarchy might not be right, so I adjusted the folder hierarchy and name, and still couldn't run the script.
I'm looking for help from someone with similar experience in knowing how to install sbsigntools in an offline environment.