Skip to content

Commit

Permalink
Remove sqlite requirement from documentations
Browse files Browse the repository at this point in the history
Since it's now bundled alongside our binaries
  • Loading branch information
Alenar committed Jul 11, 2023
1 parent 64a1491 commit e5549d3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docs/root/manual/developer-docs/nodes/mithril-aggregator.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ This is the node of the **Mithril Network** responsible for collecting individua

* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`

* Ensure SQLite3 library is installed on your system and its version is at least `3.40`. Run `sqlite3 --version` to check your version.

## Download source

Download from GitHub (HTTPS)
Expand Down
2 changes: 0 additions & 2 deletions docs/root/manual/developer-docs/nodes/mithril-signer.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ This is the node of the **Mithril Network** responsible for producing individual

* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`

* Ensure SQLite3 library is installed on your system and its version is at least `3.35` (released Apr. 2021) on Debian/Ubuntu: `apt install libsqlite3` and `sqlite3 --version`.

## Download source

Download from GitHub (HTTPS)
Expand Down
2 changes: 0 additions & 2 deletions docs/root/manual/getting-started/run-mithril-devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ More information about this private Cardano/Mithril `devnet` is available [here]

* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`

* Ensure SQLite3 library is installed on your system and its version is at least `3.40`. Run `sqlite3 --version` to check your version.

## Download source

Download from GitHub (HTTPS)
Expand Down
2 changes: 0 additions & 2 deletions docs/root/manual/getting-started/run-signer-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ This guide is working only on a Linux machine.

* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`

* Ensure the SQLite3 version is at least `3.35` (released Apr. 2021)

* Install a recent version of `jq` (version `1.6+`) `apt install jq`

* Only for the **production** deployment, install a recent version of [`squid-cache`](http://www.squid-cache.org/) (version `5.2+`) `apt install squid`
Expand Down

0 comments on commit e5549d3

Please sign in to comment.