Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 282 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 282 Bytes

dockers

Run qtcreator:

cd cuda-gl-qtc
make run

Run container's shell:

In a separate shell:

cd cuda-gl-qtc
make shell

Replace cuda-gl-qtc with ubuntu-qtc and do the same to get a regular QtCreator on Linux

Tested with Docker installed on Ubuntu 18.04.