Browse Source

Docs: Add cmake dependency

note-update
lain 3 years ago
parent
commit
4d76c0ec8b
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      docs/installation/debian_based_en.md
  2. +2
    -1
      docs/installation/debian_based_jp.md

+ 2
- 1
docs/installation/debian_based_en.md View File

@@ -12,6 +12,7 @@ This guide will assume you are on Debian Stretch. This guide should also work wi
* `erlang-nox` * `erlang-nox`
* `git` * `git`
* `build-essential` * `build-essential`
* `cmake`


#### Optional packages used in this guide #### Optional packages used in this guide


@@ -30,7 +31,7 @@ sudo apt full-upgrade
* Install some of the above mentioned programs: * Install some of the above mentioned programs:


```shell ```shell
sudo apt install git build-essential postgresql postgresql-contrib
sudo apt install git build-essential postgresql postgresql-contrib cmake
``` ```


### Install Elixir and Erlang ### Install Elixir and Erlang


+ 2
- 1
docs/installation/debian_based_jp.md View File

@@ -16,6 +16,7 @@
- `erlang-nox` - `erlang-nox`
- `git` - `git`
- `build-essential` - `build-essential`
- `cmake`


#### このガイドで利用している追加パッケージ #### このガイドで利用している追加パッケージ


@@ -32,7 +33,7 @@ sudo apt full-upgrade


* 上記に挙げたパッケージをインストールしておきます。 * 上記に挙げたパッケージをインストールしておきます。
``` ```
sudo apt install git build-essential postgresql postgresql-contrib
sudo apt install git build-essential postgresql postgresql-contrib cmake
``` ```






Loading…
Cancel
Save