Following build guidelines in PR #9, in a Debian AppVM:
make install-deps
make syncwheels
- In your homedir,
git clone [email protected]:freedomofpress/securedrop-client.git
git checkout 0.0.2
python3 setup.py sdist
- Build the package (assuming you cloned in your homedir):
PKG_PATH=/home/user/securedrop-client/dist/securedrop-client-0.0.2.tar.gz PKG_VERSION=0.0.2 make securedrop-client
- In your homedir,
git clone [email protected]:freedomofpress/securedrop-proxy.git
git checkout 0.1.1
python3 setup.py sdist
- Build the package (assuming you cloned in your homedir):
PKG_PATH=/home/user/securedrop-proxy/dist/securedrop-proxy-0.1.1.tar.gz PKG_VERSION=0.1.1 make securedrop-proxy