Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dev-0x7c6/dev1990-overlay

My gentoo overlay, there's a ebuild for separate qtsdk workspaces if you want to develop with many qtsdks, slic3r prusa edition and some ebuilds for my projects, and other stuff that I'm using or used
https://github.com/dev-0x7c6/dev1990-overlay

developer-tools gentoo gentoo-ebuilds gentoo-overlay prusa-slic3r-edition qt5 qtcreator qtsdk

Last synced: 5 days ago
JSON representation

My gentoo overlay, there's a ebuild for separate qtsdk workspaces if you want to develop with many qtsdks, slic3r prusa edition and some ebuilds for my projects, and other stuff that I'm using or used

Awesome Lists containing this project

README

        

# This Gentoo overlay provides
* Multiple Qt SDKs
* Qt Creator and KDevelop
* PrusaSlicer
* Personal projects
* and many other

## Qt SDK - example of multiple installations

```bash
larry@gentoo /opt/qtsdk $ emerge qtsdk-linux-clang:5.15.2
larry@gentoo /opt/qtsdk $ emerge qtsdk-linux-clang:5.12.10

larry@gentoo $ tree -L 1 -f /opt/qtsdk
.
├── /opt/qtsdk/qtsdk-linux-g++-5.15.2
├── /opt/qtsdk/qtsdk-linux-g++-5.12.10
├── /opt/qtsdk/qtsdk-linux-clang-5.15.2
├── /opt/qtsdk/qtsdk-linux-clang-5.12.10
```

## Qt SDK for Android
Experimental support for Qt SDK for Android

```bash
larry@gentoo /opt/qtsdk $ emerge qtsdk-android-clang:5.15.2
```