ENGINE-950: doc bugs

pull/52/head
Krista Bennett 2 years ago
parent e217dc2392
commit b2f57d4124

@ -25,7 +25,7 @@ apt install -y uuid-dev libgpgme-dev libsqlite3-dev sqlite3
~~~
mkdir -p ~/code/yml2
hg clone https://pep.foundation/dev/repos/yml2/ ~/code/yml2
git clone https://gitea.pep.foundation/fdik/yml2.git ~/code/yml2
~~~
## libetpan
@ -33,7 +33,8 @@ pEp Engine requires libetpan with a set of patches that have not been upstreamed
~~~
mkdir -p ~/code/libetpan
git clone https://github.com/fdik/libetpan ~/code/libetpan
git clone https://gitea.pep.foundation/pEp.foundation/libetpan.git ~/code/libetpan
cd ~/code/libetpan
mkdir ~/code/libetpan/build
./autogen.sh --prefix="$HOME/code/libetpan/build"

@ -27,14 +27,14 @@ dnf install -y libuuid-devel gpgme-devel libsqlite3x-devel libsqlite3x sqlite as
~~~
mkdir -p ~/code/yml2
hg clone https://pep.foundation/dev/repos/yml2/ ~/code/yml2
git clone https://gitea.pep.foundation/fdik/yml2.git ~/code/yml2
~~~
## libetpan (pEp Engine requires libetpan with a set of patches that have not been upstreamed yet)
~~~
mkdir -p ~/code/libetpan
git clone https://github.com/fdik/libetpan ~/code/libetpan
git clone https://gitea.pep.foundation/pEp.foundation/libetpan.git ~/code/libetpan
cd ~/code/libetpan
mkdir ~/code/libetpan/build
./autogen.sh --prefix="$HOME/code/libetpan/build"

Loading…
Cancel
Save