Mac OS에 HL7FHIR 구성 파일 편집기 "Forge"설치
10452 단어 macOSMojaveHL7FHIRForge
설치 환경
개시하다
http://docs.simplifier.net/forge/forgeInstall.html#running-on-macos
설치 단계
1. 터미널 부팅
2. Homebrew 설치
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The following new directories will be created:
/usr/local/bin
/usr/local/etc
/usr/local/include
/usr/local/lib
/usr/local/sbin
/usr/local/share
/usr/local/var
/usr/local/opt
/usr/local/share/zsh
/usr/local/share/zsh/site-functions
/usr/local/var/homebrew
/usr/local/var/homebrew/linked
/usr/local/Cellar
/usr/local/Caskroom
/usr/local/Homebrew
/usr/local/Frameworks
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir -p /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Homebrew /usr/local/Frameworks
Password:
・・・(以下、略)・・・
==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Run `brew help` to get started
- Further documentation:
https://docs.brew.sh
3. wine 설치
brew install wine cabextract winetricks
==> Downloading https://homebrew.bintray.com/bottles/wine-4.0.2.sierra.bottle.ta
==> Downloading from https://akamai.bintray.com/41/4105b551360afb40edf2c286cc7c6
######################################################################## 100.0%
==> Pouring wine-4.0.2.sierra.bottle.tar.gz
==> Regenerating font cache, this may take a while
==> /usr/local/Cellar/wine/4.0.2/libexec/bin/fc-cache -frv
==> Caveats
You may also want winetricks:
brew install winetricks
==> Summary
🍺 /usr/local/Cellar/wine/4.0.2: 8,874 files, 653.6MB
==> Downloading https://homebrew.bintray.com/bottles/cabextract-1.9.1.mojave.bot
######################################################################## 100.0%
==> Pouring cabextract-1.9.1.mojave.bottle.tar.gz
🍺 /usr/local/Cellar/cabextract/1.9.1: 10 files, 142.4KB
==> Installing dependencies for winetricks: p7zip and unrar
==> Installing winetricks dependency: p7zip
==> Downloading https://homebrew.bintray.com/bottles/p7zip-16.02_2.mojave.bottle
==> Downloading from https://akamai.bintray.com/0d/0de20c4bd05dc5652ca5f188895bf
######################################################################## 100.0%
==> Pouring p7zip-16.02_2.mojave.bottle.tar.gz
🍺 /usr/local/Cellar/p7zip/16.02_2: 103 files, 4.5MB
==> Installing winetricks dependency: unrar
==> Downloading https://homebrew.bintray.com/bottles/unrar-5.8.3.mojave.bottle.t
==> Downloading from https://akamai.bintray.com/3e/3ef4dcda53c304769e64a11a6aa58
######################################################################## 100.0%
==> Pouring unrar-5.8.3.mojave.bottle.tar.gz
🍺 /usr/local/Cellar/unrar/5.8.3: 6 files, 499.3KB
==> Installing winetricks
==> Downloading https://github.com/Winetricks/winetricks/archive/20190912.tar.gz
==> Downloading from https://codeload.github.com/Winetricks/winetricks/tar.gz/20
######################################################################## 100.0%
==> Caveats
winetricks is a set of utilities for wine, which is installed separately:
brew install wine
==> Summary
🍺 /usr/local/Cellar/winetricks/20190912: 6 files, 829.6KB, built in 18 seconds
==> Caveats
==> wine
You may also want winetricks:
brew install winetricks
==> winetricks
winetricks is a set of utilities for wine, which is installed separately:
brew install wine
4. .NET Framework 설치
WINEPREFIX="$HOME/.forge" WINEARCH=win32 winetricks -q dotnet48
5. 글꼴 설치
WINEPREFIX="$HOME/.forge" WINEARCH=win32 winetricks corefonts
6. 글꼴 렌더링 및 7.화면 해상도 설정
WINEPREFIX="$HOME/.forge" WINEARCH=win32 winecfg
8. setup.exe 다운로드 및 설치
공식 사이트 Forge R4(setup.exe) 다운로드(Simplifier에 미리 계정을 등록하십시오.)
WINEPREFIX="$HOME/.forge" WINEARCH=win32 wine /Applications/Forge-R4.exe
9. 혜택
#!/bin/bash
WINEPREFIX="$HOME/.forge" WINEARCH=win32 wine /Applications/Forge-R4.exe
chmod u+x ~/Desktop/Forge-R4.command
Reference
이 문제에 관하여(Mac OS에 HL7FHIR 구성 파일 편집기 "Forge"설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ishihara-jp/items/9cf4266c757ac8d0f66e텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)