Skip to content

Commit 5c8a71e

Browse files
authored
Another update
1 parent ce33995 commit 5c8a71e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ e.g. C:\Users\Me\Thunder C:\Users\Me\ThunderNanoServices
1010

1111
Sources: https://github.com/RDKCentral/Thunder and https://github.com/RDKCentral/ThunderNanoServices
1212

13+
Install this repository in:
14+
git clone https://github.com/WebPlatformForEmbedded/ThunderOnWindows C:\Users\Me\Thunder\Source
15+
16+
Depending on the filesystem used by the windows OS, symbolic links are supported or not. There is 1 Symbolic link in the Thuder repository (Thunder/Source/tools -> "../Tools"). If this symbolic link does not exist, you will experience build errors (error 2, GenrateProxyStub.py not found). or create a copy of the Tools directory in Source/tools (xcopy /d ..\Tools tools) or create the symlink manually (mklink /D tools "..\Tools")
17+
1318
Make sure you have python:
1419
https://www.python.org/downloads/release/python-382/
1520

1621
and the jsonref:
1722
pip install jsonref
1823

19-
Depending on the filesystem used by the windows OS, symbolic links are supported or not. There is 1 Symbolic link in the Thuder repository (Thunder/Source/tools -> "../Tools"). If this symbolic link does not exist, you will experience build errors (error 2, GenrateProxyStub.py not found). or create a copy of the Tools directory in Source/tools (xcopy /d ..\Tools tools) or create the symlink manually (mklink /D tools "..\Tools")
2024

2125
# Running Thunder on windows
2226
For the Thunder UI to be serviced on windows, you need to manually copy the repository contents:

0 commit comments

Comments
 (0)