Name | Version |
---|---|
CMake | >= 2.6 |
JsonCpp | >= 0.5.0 |
GCC | >= 4.7 |
toxcore | latest |
If you are using Gentoo, there is ebuild available in Tox Gentoo overlay.
If you don't run Gentoo, you can always compile manually.
Make sure to have dependencies installed.
After you install dependencies, run cmake
to generate config:
$ cmake .
Compile:
$ make
Now you have toxvpn compiled.