Skip to content

Latest commit

 

History

History
79 lines (58 loc) · 1.19 KB

INSTALL.md

File metadata and controls

79 lines (58 loc) · 1.19 KB

Installation

The readme contains some information on the simplest installation methods, but you can also install Patchwork by fetching from Git and building from source.

Dependencies

Debian / Ubuntu

apt-get install \
  automake \
  g++ \
  libgconf-2-4 \
  libtool \
  libxext-dev \
  libxkbfile-dev \
  libxtst-dev \
  m4

CentOS / Fedora

dnf install \
  libXext-devel \
  libXtst-devel \
  libxkbfile-devel \
  gcc-c++ \
  m4 \
  automake \
  libtool

macOS

brew install libtool automake

Fetch

git clone https://github.com/ssbc/patchwork
cd patchwork

Build

With npm:

npm install

With yarn:

yarn

Proxy

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=....