Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solus / Gentoo / RHEL Instructions! OMG, It's gonna blow! #968

Closed
wants to merge 13 commits into from
Closed

Solus / Gentoo / RHEL Instructions! OMG, It's gonna blow! #968

wants to merge 13 commits into from

Conversation

kylerchin
Copy link
Contributor

@kylerchin kylerchin commented Sep 30, 2016

We also got some crud in /contrib/

Not that much documentation on the web on Solus. Glad I could add!
@Kubuxu
Copy link
Contributor

Kubuxu commented Oct 3, 2016

Is python included?

@kylerchin
Copy link
Contributor Author

kylerchin commented Oct 3, 2016

@Kubuxu It's in there.
sudo eopkg install nodejs git build-essential system.devel python gcc binutils

We need to spread Cjdns to all corners of the operating system universe. I think I'm doing a good job.

@kylerchin
Copy link
Contributor Author

image

@kylerchin
Copy link
Contributor Author

added some failsafe packages in case your running a weekly build (I don't know who does this. Developers, Perhaps??)

@kylerchin
Copy link
Contributor Author

Why hasn't this merged!

@wfleurant
Copy link
Contributor

Hello. The graphic may be overkill. NodeJS may also not be required (because cjdns may download it) so you will want to test the build without NodeJS installed. Last, the instructions for Solus are incomplete. We do not (currently) have Solus builders. Hope this helps. Looking forward to another supported OS, cheers.

@kylerchin
Copy link
Contributor Author

kylerchin commented Oct 7, 2016

Thanks so much @wfleurant! Overkill is my middle name.

@kylerchin
Copy link
Contributor Author

@wfleurant I tested on a few versions. CJDNS will fail if I don't have eopkg it nodejs the build script doesn't work.

Kyler Chin added 5 commits October 6, 2016 19:30
This contains RHEL repo addition, as well as gentoo install
instructions and some tweaks.
@kylerchin kylerchin changed the title Solus Operating System Install Instructions! Solus / Gentoo / RHEL Instructions! OMG, It's gonna blow! Oct 7, 2016
Copy link
Owner

@cjdelisle cjdelisle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please set the file modes back to 644 because as they are, the files are set executable which is not correct. Also beware of making any changes in map without testing them...

@@ -44,7 +44,7 @@ var getData = function()
var log2 = function(number)
{
var out = 0;
while ((number >>= 1) > 0) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is meant to be that way, your "typo fix" introduced a typo :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do'h! I tested it and I just got a warning for "invalid statement on line 47"

@kylerchin kylerchin closed this Oct 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants