GITLAB

신재종 / 2104-0001-LSE-HMI-IMX8M-P-VNCSERVER_REPO

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • 2104-0001-lse-hmi-imx8m-p-vncserver_repo
  • README
  • 342f4a011   linking with libvncserver Browse Code »
    신재종
    2022-09-21 11:40:33 +0900  
README 339 Bytes
edit raw blame history permalink
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