-
|
Have installed tea with out installing Xcode-cli-tools don't seem to be running into any issues other than occasional popup to install them when something like git or gcc are invoked without wrapping them with tea. This can be solved symlinking them(git, gcc, ..) to tea as described in tool to PATH in the readme. Will there be any foreseeable problems that might be encountered? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Xcode CLT provides the macOS SDK. If something on mac needs eg I would love for there to be a way to provide the SDKs without the Xcode CLT, hopefully we can all figure out a way some day. Also would love to be able to provide something like the SDKs that works in most cases, but we haven't had much luck there yet either. So, you can |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
As it currently stands,
ccrequires the CLT on darwin: https://github.com/teaxyz/pantry/blob/bdbb2fcecf7bcc5baef86a91b30bcac96da18240/projects/tea.xyz/gx/cc/package.yml#L8-L12You should be able to use
llvm.orgin place oftea.xyz/gx/ccin many applications, however our packaged build mechanics generally depend on ourccfor the SDK reasons. But in any project which you control, you have the ability to use llvm or gcc or something else freely.