Skip to content

Commit fd99090

Browse files
authored
Merge pull request #4 from VeithMetro/master
Updating README
2 parents 967dd46 + 0bfc050 commit fd99090

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

README.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
11
# ThunderOnWindows
2-
Artifacts required to build Thunder on a windows platform
3-
4-
This reository holds the binaries and header files, required to build the Thunder framework on windows. Furthermore it ontains information on how to setup a VisualStudio2019 build on windows.
5-
6-
# Evironment setup
7-
The default solution is setup in such away that it can run and load the Thunder and Thunder Nano Services (capable of running in Windows) if both repositories are next to each other. So checkout Thunder on disk and put the ThunderNanoServices next to it.
8-
9-
e.g. C:\Users\Me\Thunder C:\Users\Me\ThunderNanoServices
10-
11-
Sources: https://github.com/RDKCentral/Thunder and https://github.com/RDKCentral/ThunderNanoServices
12-
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-
18-
Make sure you have python:
19-
https://www.python.org/downloads/release/python-382/
20-
21-
and the jsonref:
22-
pip install jsonref
23-
24-
25-
# Running Thunder on windows
26-
For the Thunder UI to be serviced on windows, you need to manually copy the repository contents:
27-
https://github.com/rdkcentral/ThunderUI/tree/master/dist
28-
to
29-
<DATAPATH>/Controller/UI
30-
2+
Instructions on how to build Thunder on Windows can be found in the bottom section of the Thunder README:
3+
* [Windows Build](https://github.com/rdkcentral/Thunder#windows-build)

0 commit comments

Comments
 (0)