- Install .NET 8
- Install .NET MAUI Workloads
dotnet workload install maui
- Install Tizen
If you don't want to run sample on Tizen you need to comment the next line:
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);$(NetVersion)-tizen</TargetFrameworks>
. It exists inDirectory.Build.props
andPizzaStore.Mobile.csproj
.
Invoke-WebRequest 'https://raw.githubusercontent.com/Samsung/Tizen.NET/main/workload/scripts/workload-install.ps1' -OutFile 'workload-install.ps1'
.\workload-install.ps1
- Build
dotnet restore --configfile NuGet.config
dotnet build
- Install Python 3
- Run
pip install MarkdownPP
- Optional. You may need to add env variables to path:
C:\Program Files\Python312\Scripts
. This path should containmarkdown-pp
. - Run PowerShell script
./md/run.ps1