From 8d83d6927e18b14017538935ec85e69300d4d7e3 Mon Sep 17 00:00:00 2001 From: maxfry-v6 <164452585+maxfry-v6@users.noreply.github.com> Date: Sun, 24 Mar 2024 18:25:02 +1100 Subject: [PATCH] added test call example and install cmake to debian/ubuntu section (#93) --- docs/devs/building/unix.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/devs/building/unix.md b/docs/devs/building/unix.md index 84b7bde..aa90ada 100644 --- a/docs/devs/building/unix.md +++ b/docs/devs/building/unix.md @@ -27,6 +27,11 @@ Generic build process looks like this (with cmake): cd i2pd/ make +Then run the tests: + + cd i2pd/tests/ + make + After successful build i2pd could be installed with: make install @@ -55,9 +60,9 @@ Also there is `-L` flag for CMake that could be used to list current cached opti Debian/Ubuntu ------------- -You will need a compiler and other tools that could be installed with `build-essential` and `debhelper` packages: +You will need a compiler and other tools that could be installed with `build-essential`, `debhelper` and `cmake` packages: - sudo apt-get install build-essential debhelper + sudo apt-get install build-essential debhelper cmake Also you will need a bunch of development libraries: