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

docs: add info about openssl, pkg-config deps #339

Merged
merged 4 commits into from
Jun 14, 2021

Commits on Jun 9, 2021

  1. docs: add info about openssl, pkg-config deps

    - Without previous installation of `openssl-dev`, `pkg-config`,
      `cargo install cargo-generate` will fail.
    - Potential solution is to install the respective dependencies beforehand
    
    Tested On: Windows10 Pro + WSL2 (Ubuntu-20.04 LTS) + rustc > v1.51
    Possible Solution found on: sfackler/rust-openssl#951
    
    Signed-off-by: Shan Desai <shantanoo.desai@gmail.com>
    shantanoo-desai committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    0bb2d60 View commit details
    Browse the repository at this point in the history
  2. docs: point to cargo-generate installation section

    - Reason: `cargo install cargo-generate` provides `--features` flag to
      enable SSL binding which can add dependencies and remove the `openssl-dev`
      and `pkg-config` standalone installations.
    - Approach: Give user the choice to either install these deps accordingly by
      pointing to the Installtion Instruction for `cargo-generate`
    
    Signed-off-by: Shan Desai <shantanoo.desai@gmail.com>
    shantanoo-desai committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1880c06 View commit details
    Browse the repository at this point in the history
  3. docs: refactor docs for clarity

    Signed-off-by: Shan Desai <shantanoo.desai@gmail.com>
    shantanoo-desai committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8d7f1ea View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    afdabfb View commit details
    Browse the repository at this point in the history