Windows Terminal Build (github.com/Microsoft/Terminal)
4845 단어 VisualStudioTerminalWindows
github : htps : // 기주 b. 코 m / 미 c 로소 ft / 테 r 모두 l
blog : htps : //에서 vb㎉gs. 미 c 로소 ft. 코 m / 고마워 d ぃね / 인 t 로즈 신 g- 우 엔드 ws - r 모두 l /

VS2017의 경우
VS2017로 하면 보통 쉽게 할 수 있다고 생각합니다. 다만, VS2019의 경우는
OpenConsole.sln 를 열어 수정하는 것만으로는 어려운 것 같습니다.$ git clone https://github.com/Microsoft/Terminal
$ cd Terminal
$ git submodule update --init --recursive;
$ scoop install nuget
$ nuget restore OpenConsole.sln;
# VS2017でOpenConsole.slnを開きます
# Windowsの設定で - Upgrade & Security - For Developers, modify App sources to Developer mode(開発者モード)にする
# ソリューションエクスプローラーの`ソリューション"openconsole"47プロジェクト`を右クリックして、ソリューションの配置を行う
# ただし、これは、最新がWindows Universal Runtime version 1.0.0.17763なので、`Windows Insider Program`に登録して、プレビュー版のWindows Buildが必要
Right click on CascadiaPackage(under Solution/Terminal), select Deploy Solution to install, then you'll find Windows Terminal (Preview) in start menu.
guide : htps : // 기주 b. 코 m / 미 c 로소 ft / 테 r 모두 l / 이스에 s / 489
이 설명은 솔루션 탐색기에서
ソリューション"openconsole"47プロジェクト를 마우스 오른쪽 단추로 클릭하여 솔루션을 배포하는 것을 말합니다. 이렇게하면 시작 메뉴에 Windows Terminal (Preview)가 표시됩니다.그러나 Windows Universal Runtime 버전 1.0.0.17763이 최신이므로
Windows Insider Program에 등록하여 미리 보기 버전의 Windows Build를 사용해 보세요.Windows 1903 (build >= 10.0.18362.0)

VS2019의 경우
덧붙여 : VS2019로 build하는 PR이 캡쳐된 모양
제 경우에는 여기에 나와 있습니다. 다만, WindowsTerminal.exe가 움직이지 않는 모양. 그래서 VS2017에서하는 것이 정답입니다.
p:TargetPlatformVersion=10.0.17763.0 의 부분은 자신이 인스톨 하고 있는 버젼을 지정합니다.$ pwsh
$ git clone https://github.com/microsoft/Terminal.git
$ cd Terminal
$ git submodule init
$ git submodule update
$ nuget restore OpenConsole.sln
$ msbuild /p:Configuration=Release /p:Platform=x64 /p:PlatformToolset=v142 /p:TargetPlatformVersion=10.0.17763.0 /p:PreferredToolArchitecture=x64 OpenConsole.sln

C2220 error : Open property of corresponding sub-project, navigate to C/C++ panel, change Treat Warnings As Errors option to No(/WX-);x64, Debug, Releases;
C481 error : 파일을 utf-8로 저장합니다.Other errors: Other errors are encoding error of CJK characters, just modify corresponding file encoding to UTF-8 BOM(Notepad++ is recommended);
공식
$ git clone https://github.com/Microsoft/Terminal
$ cd Terminal
$ git submodule update --init --recursive
$ scoop install nuget
$ nuget OpenConsole.sln
# visual studioでOpenConsole.slnを開く、必要なものをインストール
$ msbuild OpenConsole.sln
Windows Terminal Setting
Reference
이 문제에 관하여(Windows Terminal Build (github.com/Microsoft/Terminal)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/syui/items/c8e7f6c4b3e8a13b8fdd텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)