어떻게 실행/설치하나요?https://github.com/kevmoo/kbuild?
종속성을 설치하고 bin/kbuild Python 스크립트를 실행하려고 시도했지만 다음 오류가 발생했습니다.
Traceback (most recent call last):
File "kbuild/bin/kbuild", line 12, in <module>
BREW_PREFIX = subprocess.check_output(['brew', '--prefix']).strip()
File "/usr/lib/python2.7/subprocess.py", line 537, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
내 생각에는 이 도구가 OSX 및 Homebrew용으로 설계되었기 때문에 숨이 막힐 것 같습니다. 최소한의 설치 지침을 기반으로 확실하지 않습니다.
답변1
스크립트를 보면 kbuild
OS X에만 해당되는 것 같습니다 brew
.
스크립트 발췌
...
BREW_PREFIX = subprocess.check_output(['brew', '--prefix']).strip()
compiler_search_path = path.join(BREW_PREFIX, 'Cellar/closure-compiler', '*', 'libexec/build/compiler.jar')
compilers = glob.glob(compiler_search_path)
...
이것homebrew
github의 디렉토리또한 사람들이 다음과 같은 말을 믿게 만드는 것 같습니다.
Homebrew를 통해 kbuild를 설치하려면:
양조 설치https://raw.github.com/kevmoo/homebrew-kevmoo/master/kbuild.rb
또는
브루 탭 브루 탭 kevmoo/kevmoo 브루 설치 kbuild