DEV_GUIDE.md
April 3, 2018 ยท View on GitHub
Quick guide for developers
Follow the steps to get the project working on your IDE
- Clone everything to your computer or download directly as a ZIP file from github:
git clone https://github.com/kokonguyen191/Il2cppPatcher.git - Import to your preferred IDE (Eclipse or Intellij IDEA recommended)
- Import
JUnit 4to your IDE- For Eclipse:
- Right-click the project, select
Build Path > Configure Build Path... - Click on
Librariestab - Click on
Add Library...button - Select
JUnit, clickNext > - Select
JUnit 4forJUnit library version - Click
Finish - Click
Apply and Close
- Right-click the project, select
- For Intellij IDEA
- Open any test file in
\test - Click on any
@Teststring, press ALT+ENTER - Select
Add 'JUnit4' to classpath - Select
Use 'JUnit4' from IntelliJ IDEA distribution - Click
OK Run > Edit Configurations...Defaults > JUnit- Change the
Working directoryto the root folder of the project, for example,C:\Users\John\IdeaProjects\Il2cppPatcher
- Open any test file in
- For Eclipse:
- You're good to go, just run directly from the Main class. The shortcut is usually CTRL+SHIFT+F10 or CTRL+SHIFT+F11