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

No RPM package. #455

Closed
ghost opened this issue Nov 24, 2015 · 5 comments
Closed

No RPM package. #455

ghost opened this issue Nov 24, 2015 · 5 comments

Comments

@ghost
Copy link

ghost commented Nov 24, 2015

Hi, I just would like to ask if you guys would want to make an RPM package as debian is not the only distribution and assuming that because browser reports "linux" it should not automatically assume that it should give out the .deb package. Please either provide .tar.gz or an choice between packages. Thanks

@mbilker
Copy link
Contributor

mbilker commented Nov 25, 2015

I use Arch Linux, but I built from source. There is a built in RPM building capability. It is commented out in build/Gruntfile.coffee. If you do a script/bootstrap and then a script/grunt mkrpm you should get an RPM. I will go test this in my Fedora VM.

@ghost
Copy link
Author

ghost commented Nov 25, 2015

ok great, could also someone make main website to detect other distro's and offer a correct package ? Thanks

@mbilker
Copy link
Contributor

mbilker commented Nov 25, 2015

Also dupe of #107

@mbilker
Copy link
Contributor

mbilker commented Nov 25, 2015

I cannot make that. They currently do not offer an RPM package. There is the architecture to build an RPM package from Atom. The instructions for building an RPM are as follows:

sudo dnf install rpmdevtools fedora-packager nodejs npm libgit2-devel libgnome-keyring-devel
sudo npm install -g npm@2
sudo npm install -g inherits@2
git clone https://github.com/nylas/N1
script/build (takes a very long time)
script/grunt mkrpm
find rpm in /tmp/nylas-build/rpm/

@jstejada
Copy link
Contributor

hey guys, I'm going to close this as a duplicate of #107

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

No branches or pull requests

2 participants