jkuri / macstats

Mac OS X Statistics - Battery, Fans, CPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

needs XCode to build?

Offbeatmammal opened this issue · comments

tried npm i macstats -g
but get an error during install

node-gyp rebuild
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

no big drama, installing XCode now, but might be good to call out as a prerequisite?

I believe you only need xcode command line tools, if its even possible to install only those.

I think I have those, installing the full XCode package now and will update if that works (not really a big deal, just a slow download!)

okay, thanks.

looks like it needed the full thing, fine after installing and agreeing to the license

okay, thank you for this info.