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

Be more specific about the required package dependancies for Kitura #391

Open
kilnerm opened this issue Jul 8, 2019 · 0 comments
Open

Comments

@kilnerm
Copy link

kilnerm commented Jul 8, 2019

While testing the update Kitura CLI I provisioned a Linux box and followed the instructions from Swift.org for installing Swift which included the install of dependencies as follows: sudo apt-get install clang libicu-dev.

When I then referred to the getting started pages on Kitura.io I skipped the section "Install Swift for Linux" as I had already done it, however when I tried to initialize my Kitura application I ran into missing dependency errors.

When I look at the "Install Swift for Linux" section of the doc it requires the following dependencies: sudo apt-get install clang libicu-dev libcurl4-openssl-dev libssl-dev libpython2.7.

We need to do something to close this potential gap for users who already have Swift installed and working on their Linux environment.

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

1 participant