- Download and install cmake: download.
- Download and install tdm-gcc: download with version
tdm64-gcc-9.2.0.exe
ortdm-gcc-9.2.0.exe
if you use to os 32bit
-
Run Cmake(cmake-gui)
Step 1: In field Where is the source code click Browser Source... and select folder
design-ftp-client
Step 2: Create folder
build
in folderdesign-ftp-client
Step 3: In field Where to build the binaries click Browser Build... and select folder
design-ftp-client/build
Step 4: After click to Generate if have show dialog then select MinGW Makefiles and click Use default native compilers
- Run file
build.bat
You go to folder build
run file ftpclient
After completing the installation steps, from now on every time we want to run the program just open the ftpclient.bat
file or build.bat
file.