Replace {project name}
with the GitHub repo you want to compile.
-
Clone WinCompile to the parent directory of the {project name} folder
-
Run one of the following:
compile
from the {project name} folder..\WinCompile\compile {project name}
from the {project name} foldercompile {project name}
from theWinCompile
folder
- 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]:
- BasicBrowser
- BasicBrowserGecko
- CMDLauncher
- DirectoryImage
- FileBrowser (Both branches)
- GitUpdater
- InfoManager
- PortActions
- YTVL
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