Sign inSign up

evillhood/debian-builder

By evillhood

Updated almost 7 years ago

C++, Qt5, cmake, debian-testing based, docker image

Image
0

10K+

evillhood/debian-builder repository overview

debian-builder

C++, Qt5, cmake, VNC, debian-testing based, docker image

  • docker run -it -e DISPLAY=$DISPLAY -p 5900:5900 -v /home/../PATH2SOURCE/:/source -v /home/../PATH2BUILD/.data:/root/.RESULT/ evillhood/debian-builder:latest

In /source/

  • cmake -DCMAKE_BUILD_TYPE=Debug .
  • make install -j8
  • Xvfb -ac :1 &
  • x11vnc -display :1 & twm -display :1 & /root/.RESULT/bin/gui -display :1

xtigervnc host:5900

Tag summary

Content type

Image

Digest

Size

907.4 MB

Last updated

almost 7 years ago

docker pull evillhood/debian-builder