Commit 5f7608e 1 parent e80b18f commit 5f7608e Copy full SHA for 5f7608e
File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 68
68
RUSTDOCFLAGS
69
69
RUSTFLAGS
70
70
rustfmt
71
+ rustls
71
72
rustversion
72
73
serde
73
74
sgxj
Original file line number Diff line number Diff line change 53
53
//! ## Prerequisites
54
54
//!
55
55
//! In order the run the index you will need a running torrust tracker. In the
56
- //! configuration you need to fill the `index ` section with the following:
56
+ //! configuration you need to fill the `tracker ` section with the following:
57
57
//!
58
58
//! ```toml
59
59
//! [tracker]
70
70
//! or you can use the docker to run both the tracker and the index. Refer to the
71
71
//! [Run with docker](#run-with-docker) section for more information.
72
72
//!
73
+ //! You will also need to install this dependency:
74
+ //!
75
+ //! ```text
76
+ //! sudo apt-get install libssl-dev
77
+ //! ```
78
+ //!
79
+ //! We needed because we are using native TLS support instead of [rustls](https://github.com/rustls/rustls).
80
+ //!
81
+ //! More info: <https://github.com/torrust/torrust-index/issues/463>.
82
+ //!
73
83
//! If you are using `SQLite3` as database driver, you will need to install the
74
84
//! following dependency:
75
85
//!
You can’t perform that action at this time.
0 commit comments