-
Notifications
You must be signed in to change notification settings - Fork 87
HowTo: Build Vocaluxe (Windows)
-
Navigate to the right repository: usually Vocaluxe Main
-
Navigate to the right branch: usually develop (The main branch of Vocaluxe)
-
Copy the
URLof the corresponding git file -
Make sure Visual Studio 2012/2013/2015 is installed
-
Clone the repository and open it
Method A: Use Visual Studio (2013+)'s git client:
- Start Visual Studio
-
VIEW->Team Explorer - Click on the
Connect to a Team Projectbutton inside theTeam Explorer - Click on
CloneunderLocal Git Repositories - Enter
[theCopiedGitUrl]in the first field - Enter a target folder in the second field
- Click clone
Method B: Use commandline git client:
-
Make sure git is installed git-scm
-
Open a
git bash(there should be a link in the start menu) or a normal commandline if you have added git to thePATHvariable -
Navigate to the folder where git should create the Vocaluxe project folder
cd [PathToYourFolder] -
Clone the repository (could take some time...)
git clone [theCopiedGitUrl]
-
Now you should find a Folder
Vocaluxein the given directory -> navigate into it -
Open the file
Vocaluxe.slnwith Visual Studio
-
Configure the build target to
ReleaseWinandx86orx64(if unsure -> selectx86) -
Build the projects by clicking
"Build"->"Build solution"or just pressControl+Shift+B
-
Check if your build was successful

-
YOUR build should have appeared here:
[PathToYourFolder]\Vocaluxe\Output -
Run
Vocaluxe.exeor copy the whole folder to a location of your choice -
Have fun!