Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 4.33 KB

File metadata and controls

31 lines (26 loc) · 4.33 KB

General Backend Requirements / UCHAIN.INFO Backend Prerequisites

{% hint style="success" %} Install the software below prior to UCHAIN.INFO installation. For additional requirements see:

Dependency Mac Linux
Erlang/OTP 25 brew install erlang Erlang Install Example
Elixir 1.14.x brew install elixir Elixir Install Example
Postgres 12, 13, 14 brew install postgresql Postgres Install Example
Node.js 18.x.x brew install node Node.js Install Example
Automake brew install automake Automake Install Example
Libtool brew install libtool Libtool Install Example
Inotify-tools Not Required Ubuntu - apt-get install inotify-tools
GCC Compiler brew install gcc GCC Compiler Example
GMP brew install gmp Install GMP Devel
Make - sudo apt install makeif Debian 9
G++ Compiler - sudo apt install g++if Debian 9

Additional requirements for UCHAIN.INFO versions below 5.1.3:

Dependency Mac Linux
Rust - Install Rust
Cargo - Ubuntu - apt-get install cargo