-
Notifications
You must be signed in to change notification settings - Fork 78
Compiling and Developing Dandere2x
Tyler edited this page Dec 16, 2019
·
1 revision
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.
- A CMake compiler
- Cygwin ( https://cygwin.com/install.html )
- Python 3.5 +
- Windows 10
- Pycharm (what this tutorial uses)
- CLion (what this tutorial uses)
Although any IDE will work, I prefer to use these two for lazy reasons.
I start this tutorial by forking dandere2x from master.
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.
Open dandere2x_cpp in clion
Make sure cygwin is being used in toolchains