You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: