Skip to content

Compiling and Developing Dandere2x

Tyler edited this page Dec 16, 2019 · 1 revision

Abstract

This is a basic tutorial of how I create a dandere2x release, from start to finish on a brand new install. The hopes is for other people who wish to contribute to the project to understand how to setup a dandere2x fork themselves.

Requirements

Optional

  • Pycharm (what this tutorial uses)
  • CLion (what this tutorial uses)

Although any IDE will work, I prefer to use these two for lazy reasons.

Tutorial

Step 1

I start this tutorial by forking dandere2x from master.

Step 2

All the python related files are found in src/, so I open that in pycharm

Make sure that you're using python 3.7+, and that all the requirements are installed.

Step 3

Open dandere2x_cpp in clion

Make sure cygwin is being used in toolchains

Step 3