-
-
Notifications
You must be signed in to change notification settings - Fork 85
How To Build Bread Player
theweavr edited this page Apr 28, 2017
·
3 revisions
Building Bread Player is as easy as making a cup of tea.
- Visual Studio 2017
- Windows 10 SDK (14393 or later)
- An internet connection.
First you have to make sure you have Windows 10 SDK 14393.0
installed. If they are not get it from here. After you have successfully installed Windows 10 SDK
, install Universal Windows App Development Tools
which usually come with Visual Studio 2017
. Check the whole UWP Tools List
from here.
After Visual Studio 2017
and all the tools have been installed, clone the BreadPlayer
repo:
git clone https://github.com/theweavrs/BreadPlayer/
OR
After this, you have two options for building Bread Player:
- Open the directory where you cloned/download
Bread Player
and go into thescripts
folder. - Open
msbuild.cmd
and wait for it to complete. This will build and installBreadPlayer
for you without you having to do anything. Of course, if you installed all the necessary tools.
This is most easy, if a little slow, and it gets the job done. Use this if you are a new Dev or want to Debug.
- Open 'BreadPlayer.sln' file in the directory where you cloned/downloaded
BreadPlayer
source. - Wait for the solution to load and then just press
F5
or go intoDebug
in the menu and selectStart Debugging
. It will take a little time depending on your PC/Laptop Specs.