Installation

In order to install proty you should check if there is a package available for your operation system or linux distribution. If not you have to build proty from source (see From Source).

Arch Linux

There is a build script in the AUR to build the most recent proty release. If you have yaourt installed you can install proty by invoking this command:

$ yaourt -S proty

If not you can install proty like this:

$ mkdir proty && cd proty
$ wget http://aur.archlinux.org/packages/pr/proty/PKGBUILD
$ makepkg -i

From Source

To build proty from source you have to download the latest source release from proty.cc. Extract it and execute the following commands:

$ mkdir build && cd build
$ cmake /path/to/source
$ make
$ sudo make install

Project Versions

Table Of Contents

Previous topic

Tutorial

Next topic

Language Reference

This Page