https://github.com/byron/bdep-oss-gui
compiled binaries in multiple versions for various platforms - those for graphical user interface only
https://github.com/byron/bdep-oss-gui
Last synced: about 1 year ago
JSON representation
compiled binaries in multiple versions for various platforms - those for graphical user interface only
- Host: GitHub
- URL: https://github.com/byron/bdep-oss-gui
- Owner: Byron
- License: lgpl-3.0
- Created: 2014-05-04T19:50:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T15:25:34.000Z (about 12 years ago)
- Last Synced: 2025-02-12T14:15:43.057Z (over 1 year ago)
- Language: Shell
- Homepage: http://byron.github.io/bdep-oss-gui
- Size: 563 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This assembly contains all open-source dependencies that come with graphical user interface.
Besides that, it is very similar to [bdep-oss](https://github.com/Byron/bdep-oss) and meant to be an optional add-on.
Motivation to doing this is to speed up continous integration, as installation on boxes that will never see a GUI is much faster when there are no big dependencies.
Especially QT also runs in non-gui mode with QtCore and a few other libraries, but providing those separately would be easy enough to do it when required.