The readme contains some information on the simplest installation methods, but you can also install Patchwork by fetching from Git and building from source.
- Git
- Node.js (Active LTS)
- npm or Yarn
apt-get install \
automake \
g++ \
libgconf-2-4 \
libtool \
libxext-dev \
libxkbfile-dev \
libxtst-dev \
m4
dnf install \
libXext-devel \
libXtst-devel \
libxkbfile-devel \
gcc-c++ \
m4 \
automake \
libtool
brew install libtool automake
git clone https://github.com/ssbc/patchwork
cd patchwork
With npm:
npm install
With yarn:
yarn
Normally, the application will follow your system settings to use a proxy, or you can set up a proxy by the following command line options.
--proxy-server=<SERVER>:<PORT>
--proxy-pac-url=<URL>
On Windows, please make sure to add -- before options. For example,
C:\Users\YourUser\AppData\Local\Programs\ssb-patchwork\Patchwork.exe -- --proxy-server=....