[NUI] Update StyleGuide README
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.StyleGuide / README.md
1 # Tizen.NUI.StyleGuide project for Ubuntu build and debug
2 - **Dali** Ubuntu build and **tizenfx-stub** Ubuntu build should be done(be set up) before running this project.
3 - Please check this references first : [NUI Ubuntu guide](https://code.sec.samsung.net/confluence/display/GFX/NUI+running+on+Ubuntu+backend), [DALi Ubuntu guide](https://code.sec.samsung.net/confluence/display/GFX/DALi+Getting+Started+Guide)
4
5 ### nuget.config
6 - Please check the ~/.nuget/NuGet/NuGet.Config file to set nuget package sources.
7 - At least, these 2 sources should be included : https://tizen.myget.org/F/dotnet/api/v3/index.json, https://api.nuget.org/v3/index.json
8 ![](./.pic/NugetConfig.png)
9
10 ### VS Code related setting
11 - Please change the paths shown blow as for your environment.
12 - .vscode/launch.json
13 ![](./.pic/launch.png)
14
15 ### csproj file
16 - Set the target framework installed in your environment.
17 - Tizen.NUI.StyleGuide.csproj
18 - Please check .NET version like below. Should be 3.1 version.
19 ![](./.pic/csproj-file.png)
20
21 ### Start debugging
22 - Open VS Code by the command, **"$ code Tizen.NUI.StyleGuide.code-workspace"** in /TizenFX/test/Tizen.NUI.StyleGuide/ folder.
23 - Do run and debug by clicking "play button" as shown below
24 ![](./.pic/run.png)