Skip to content

Instantly share code, notes, and snippets.

@takkii
Last active February 9, 2022 04:46
Show Gist options
  • Save takkii/1a2b5b28570deb892b172113980eddc2 to your computer and use it in GitHub Desktop.
Save takkii/1a2b5b28570deb892b172113980eddc2 to your computer and use it in GitHub Desktop.
marktext

ビルド環境

Windows11 ○
Windows10 ○
MacOS big sur (Intel Mac) ○

ビルド手順

# node.h(63,10): fatal error C1083: include ... Node.js_version v14.x.x
v16.13.2 ← check!
python3.10.2 ← check!

# PowerShell起動
node -v

# Windows版python3をインストール後、環境変数セット
npm config set python python3

# Installer、VisualStudio2019 C++デスクトップ開発を入れる
npm config set msvs_version 2019

git clone git@github.com:marktext/marktext.git

cd marktext

npm install -g yarn

yarn install

yarn run build

プロジェクト

https://github.com/marktext/marktext

ビルド手順 (公式)

https://github.com/marktext/marktext/blob/473b79af0052714abd763721f0f5997638e7d9af/docs/dev/BUILD.md

Python3 (Windows)

https://www.python.org/downloads/windows/

Node.js (Windows)

https://nodejs.org/ja/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment