QZLin

mcedit2源码构建记录(>=win10,x64)

推荐使用powershell7作为windows shell

  • mcedit2 (github)
  • clone
    git clone --depth=1 --recurse-submodules https://github.com/mcedit/mcedit2

python2

pip & env

  1. upgrade pip
    wget -c https://bootstrap.pypa.io/pip/2.7/get-pip.py
    or
    python2 get-pip.py (python2 -> python.exe,2.7.9)

  2. virtualenv
    pip install virtualenv

dependecies

  1. cd mcedit2 repo folder
    cd mcedit2

  2. venv

    • create
      python2 -m virtualenv venv
    • activate
      .\venv\Scripts\activate.ps1
    • check
      where.exe pip,where.exe python
  3. Addition dependencies

    • Install Microsoft Visual C++ Compiler for Python 2.7
  4. Install Pip Dependencies
    pip install -r .\requirements.txt

posted on 2022-06-17 17:39  QZLin  阅读(49)  评论(0编辑  收藏  举报

导航