expand distro support with multi-package manager detection and automatic compiler selection#34
Open
yawaflua wants to merge 3 commits intoOnlineLearningTutorials:mainfrom
Open
expand distro support with multi-package manager detection and automatic compiler selection#34yawaflua wants to merge 3 commits intoOnlineLearningTutorials:mainfrom
yawaflua wants to merge 3 commits intoOnlineLearningTutorials:mainfrom
Conversation
…tic compiler selection
Author
|
XD, after my push founded PR #33 . There is one point but other implementation. |
Owner
Author
|
merge conflict in reason that ure pushed pr #33 on-first. U should to select, are u wanna get hardcoded one more system or use package-manager-scoped script. In the general - its equals, but there us differences in installing headers and compilers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Expanding PR that adds support for big percent of OSes.
Yesterday I wanted to install drivers for my Arch laptop, but I had to manually rewrite the driver installation script. I modified it so it would work not only on Debian-based systems and CachyOS, but also on Nix, Arch-based systems, and others, with the package managers and os compilers described in the README.md installed.