Difference between revisions of "Downloading and installing"
Jump to navigation
Jump to search
(Created page with "https://docs.bisq.network/getting-started.html#download-install Category:Stubs Category:Use Cases") |
(add instructions for arch install) |
||
Line 3: | Line 3: | ||
[[Category:Stubs]] | [[Category:Stubs]] | ||
[[Category:Use Cases]] | [[Category:Use Cases]] | ||
+ | |||
+ | Arch Linux - | ||
+ | |||
+ | There are two important points, only partly specified so far on bisq downloads site: | ||
+ | |||
+ | 1 (specified already) AUR is the Arch User Repository where the community has package details for Bisq (https://aur.archlinux.org/packages/bisq/) | ||
+ | |||
+ | 2 (not specified, but important for unfamiliar Arch users) From the command line, you first clone the repo from AUR, then from the cloned directory use `makepkg -si`. That will read the PKGBUILD file from and get, verify, build, and install the various tools necessary to install Bisq. | ||
+ | |||
+ | You will then have Bisq! |
Revision as of 02:49, 27 February 2020
https://docs.bisq.network/getting-started.html#download-install
Arch Linux -
There are two important points, only partly specified so far on bisq downloads site:
1 (specified already) AUR is the Arch User Repository where the community has package details for Bisq (https://aur.archlinux.org/packages/bisq/)
2 (not specified, but important for unfamiliar Arch users) From the command line, you first clone the repo from AUR, then from the cloned directory use `makepkg -si`. That will read the PKGBUILD file from and get, verify, build, and install the various tools necessary to install Bisq.
You will then have Bisq!