Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.48 KB

CompileInstructions.md

File metadata and controls

33 lines (25 loc) · 1.48 KB

Compile Instructions

Replace {project name} with the GitHub repo you want to compile.

  1. Clone WinCompile to the parent directory of the {project name} folder

  2. Run one of the following:

  • compile from the {project name} folder
  • ..\WinCompile\compile {project name} from the {project name} folder
  • compile {project name} from the WinCompile folder
  1. The script will automatically stop if one of the dependencies isn't found and ask you to run the installer for the dependency.

Project Compatibility (Only planned ones are listed) [OUTDATED]:

Command line

If the above is too confusing, run these commands in CMD:

  • git clone https://github.com/Walkman100/WinCompile.git

Replace {project name} with the GitHub repo you want to compile:

  • git clone --recursive https://github.com/Walkman100/{project name}.git
  • cd {project name}
  • compile