- Install .NET 7
- 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);net7.0-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
- Clone
http://github.com/amyreese/markdown-pp
- Run
pip install MarkdownPP
- Optional. You may need to add env variables to path:
C:\Users\{USERNAME}\AppData\Roaming\Python\Python311\Scripts
. This path should containmarkdown-pp
. - Run PowerShell script
./md/run.ps1