Blame view

README 339 Bytes
342f4a011   신재종   linking with libv...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  * HOW TO BUILD
  
  step 1. apply build path using 
  >> source env.sh
  
  step 2. build libvncserver
  >> cd ext_dep/libvncserver
  >> mkdir build
  >> cd build
  >> cmake ..
  >> cmake --build .
  
  step 3. copy libvncserver library to root
  >> cd ext_dep/libvncserver/build
  >> cp -a libvncserver* ../../..
  
  step 4. bulid project with make
  >> make clean; make