Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 906 Bytes

SETUP.md

File metadata and controls

27 lines (22 loc) · 906 Bytes

Build solution

  1. Install .NET 8
  2. Install .NET MAUI Workloads
dotnet workload install maui
  1. 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 in Directory.Build.props and PizzaStore.Mobile.csproj.

Invoke-WebRequest 'https://raw.githubusercontent.com/Samsung/Tizen.NET/main/workload/scripts/workload-install.ps1' -OutFile 'workload-install.ps1'
.\workload-install.ps1
  1. Build
dotnet restore --configfile NuGet.config
dotnet build

Update ReadMe

  1. Install Python 3
  2. Run pip install MarkdownPP
  3. Optional. You may need to add env variables to path: C:\Program Files\Python312\Scripts. This path should contain markdown-pp.
  4. Run PowerShell script ./md/run.ps1