BetaVersion Developed by Abdullah Al Amin. email: [email protected]
Initially started by Kevontrez Jones and Zhengtao Gan
- Create a build directory {"mkdir build"}
- Copy "configure.sh" into the build directory {"cp configure.sh build/"}
- Go into the build directory {"cd build/"}
- Execute the configure.sh file in the build directory {"./configure"}
- Compile the code {"make -j4"}
- Build the project by either clicking the 'Build' button on the VSCode bottom ribbon or the usual CMake build process.
- go into the ./build directory and execute 'cpack' comman. It will generate the 'ProgramName-version.number-Linux.sh'.