Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add info about openssl, pkg-config deps (#339)
* 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> * 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> * docs: refactor docs for clarity Signed-off-by: Shan Desai <shantanoo.desai@gmail.com> * refactor(docs): remove redundant sentence
- Loading branch information