-
Notifications
You must be signed in to change notification settings - Fork 3
/
INSTALL.txt
43 lines (28 loc) · 1.17 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
NC Streamer Remote development environment
h1. Prerequisite
* Visual Studio 2015
** To build ncstreamer_remote.dll, ncstreamer_remote_reference.exe .
* Boost library
** Create OS environment variable 'BOOST_ROOT' with Boost library path on the local dev machine.
*** Ex: BOOST_ROOT=D:\dev\lib\boost_1_64_0\
* Python 2.7.x
** To execute cpplint.py .
h1. Source code repositories
* GitHub
** Google Style Guide: https://github.com/google/styleguide
** WebSocket++: https://github.com/zaphoyd/websocketpp
h1. Steps for setup
h2. Development environment
* Install Google Style Guide.
** Clone Google Style Guide into any arbitrary directory on the local machine.
** From https://github.com/google/styleguide
** Create OS environment variable 'GOOGLE_STYLEGUIDE_PATH'.
h2. Steps to build ncstreamer_remote.dll
# Clone all source files into local dev machine.
** Clone ncstreamer-remote repository into local machine.
*** Ex: D:\dev\ncstreamer_remote\
# Set up WebSocket++ dev environment.
## Clone WebSocket++ from GitHub(and check out 0.7.0 tag).
*** Ex: D:\dev\lib\websocketpp\
## Create OS env variable 'WEBSOCKETPP_ROOT'.
*** WEBSOCKETPP_ROOT=D:\dev\lib\websocketpp\