-
Notifications
You must be signed in to change notification settings - Fork 4
STEP 1 Unzipping the initial project
Matjaz Prtenjak edited this page Jul 7, 2023
·
1 revision
To begin the upgrading process, we need to obtain the source code of the selected legacy application. Follow the steps below to download and unzip the source code:
- Visit the webpage of our selected legacy application.
- On the webpage, locate the option to download the source code in ZIP format. It is usually available as a download link or button.
- Click on the download link to initiate the download process.
- Once the ZIP file is downloaded, navigate to the location where it was saved on your computer.
- Extract the contents of the ZIP file to a desired directory on your disk.
Note: At this stage, the program will not compile, so there is no executable (EXE) file available yet.
Now that you have the initial source code of the legacy application, we can proceed with the upgrading process.
BACK: Home