Browse Source

added - run the tests on unix

pull/93/head
maxfry_v6 2 months ago
parent
commit
777133973b
  1. 5
      docs/devs/building/unix.md

5
docs/devs/building/unix.md

@ -27,6 +27,11 @@ Generic build process looks like this (with cmake): @@ -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

Loading…
Cancel
Save