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

Allow it to be built with just Cargo #4

Open
cauebs opened this issue May 8, 2018 · 3 comments
Open

Allow it to be built with just Cargo #4

cauebs opened this issue May 8, 2018 · 3 comments

Comments

@cauebs
Copy link

cauebs commented May 8, 2018

I don't know if it's possible and how hard it would be, but I can tell you it would be pretty cool to be able to just cargo install this (or clone it and cargo build it).

@huytd
Copy link
Owner

huytd commented May 8, 2018

On Linux, it's possible to build with just cargo install, since you can run terminal application from dmenu or something like that. If you're using some DE, it must be some more steps (like create a .desktop file or something).

On macOS, you can just run the binary from terminal, if you want to run it on desktop, you have to create the bundle, and that's the purpose of cargo bundle.

I have no idea what will be if we run it on Windows machine, since I don't have one to test :D

@cauebs
Copy link
Author

cauebs commented May 9, 2018

Sorry, I wasn't clear. I actually meant not having to clone the other repo and build the web application separately.

@huytd
Copy link
Owner

huytd commented May 9, 2018

Oh, I see. That's not possible for now because the web app needs to be customized with your personal API key. If we change the web app to load these configs from a file dynamically, it will be possible.

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