Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. homebrew는 터미널에서 잘 깔린것 같습니다.
  2. 두번째 wine 까는부분에서
  3. brew install wine winetricks;brew cask install xquartz
  4. 터미널에서 실행했는데... 계속 뭔가 깔리는 듯 하고 완료가 안되는 상황이 안되고
  5. MacBook-Pro:~ $ brew install wine winetricks;brew cask install xquartz
  6. Warning: winetricks 20181203 is already installed and up-to-date
  7. To reinstall 20181203, run `brew reinstall winetricks`
  8. Warning: You are using macOS 10.11.
  9. We (and Apple) do not provide support for this old version.
  10. You will encounter build failures with some formulae.
  11. Please create pull requests instead of asking for help on Homebrew's GitHub,
  12. Discourse, Twitter or IRC. You are responsible for resolving any issues you
  13. experience, as you are running this old version.
  14.  
  15. ==> Downloading https://dl.winehq.org/wine/source/4.0/wine-4.0.tar.xz
  16. Already downloaded: /Users/kid/Library/Caches/Homebrew/downloads/f954e25b11e2215c70000f25f5507cc6d69ba5e5a92ed2fa43db96e973ffc624--wine-4.0.tar.xz
  17. ==> Downloading https://www.openssl.org/source/openssl-1.0.2q.tar.gz
  18. Already downloaded: /Users/kid/Library/Caches/Homebrew/downloads/bfd5d14e97371eed56ab875871c8e05eb1db5bc099a6353e46bae830f9bcc8ff--openssl-1.0.2q.tar.gz
  19. ==> make clean
  20. ==> perl ./Configure --prefix=/usr/local/Cellar/wine/4.0/libexec no-ssl2 no-ssl3
  21. ==> make depend
  22. ==> make
  23.  
  24. 이렇게 되는 상황이고 완료가 안되더라고요,
  25. 그래서 wine를 따로 다운받아서 설치하고,,
  26. 3번 와인초기설정
  27. mkdir -p $HOME/.wineloc/Hnc2010;export WINEPREFIX="$HOME/.wineloc/Hnc2010";export WINEARCH="win32";export LANG="ko_kr.UTF-8";winecfg
  28. 헀는데 경로를 찾을수 없다고 나오더라고요 ㅡ ㅡ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement