Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.39 KB

docker-gui-apps

N|Solid

A collection of Linux GUI apps by TurluCode.

Prerequisites

Some packages require GL support and thus rely on the graphics drivers of the host. For this reason you will see apps tagged as

  • [NVIDIA-X11] where there is GL support
  • [X11] where there is no GL support

So, to run GL apps, we currently support only NVIDIA via nvidia-docker v2.

nvidia-docker

To install nvidia-docker v2.x follow this. For more info visit the official NVIDIA support.

Build App

Use the proviced Makefile to build the deseried app:

# Prints Help
make

# E.g. Build Firefox
make firefox_x11

Run App

Each app needs different arguments in order to run. Run examples are localed at each app folder.

Supported apps

More info inside each app's readme

Issues and Contributing