pje / WavTap

globally capture whatever your mac is playing—as simply as a screenshot
MIT License
749 stars 85 forks source link

build using command line tools without Xcode? #74

Open jeremytammik opened 6 years ago

jeremytammik commented 6 years ago

$ make cd $(pwd)/Extension && make build cd $(pwd) xcodebuild -project $(pwd)/WavTap.xcodeproj -target WavTapDriver -configuration Deployment clean build xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance make[1]: *** [$(pwd)/Build/UninstalledProducts/WavTap.kext] Error 1 make: *** [build-kext] Error 2