mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-07 04:34:18 +00:00
update repository link
This commit is contained in:
parent
31d1aea975
commit
2afbb4472e
@ -28,7 +28,7 @@ packages:
|
|||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
- "python"
|
- "python"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/kevacoin-project/kevacoin.git"
|
- "url": "https://github.com/kvazar-network/kevacoin.git"
|
||||||
"dir": "kevacoin"
|
"dir": "kevacoin"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
@ -28,7 +28,7 @@ packages:
|
|||||||
- "python-setuptools"
|
- "python-setuptools"
|
||||||
- "fonts-tuffy"
|
- "fonts-tuffy"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/kevacoin-project/kevacoin.git"
|
- "url": "https://github.com/kvazar-network/kevacoin.git"
|
||||||
"dir": "kevacoin"
|
"dir": "kevacoin"
|
||||||
files:
|
files:
|
||||||
- "MacOSX10.11.sdk.tar.gz"
|
- "MacOSX10.11.sdk.tar.gz"
|
||||||
|
@ -22,7 +22,7 @@ packages:
|
|||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
- "python"
|
- "python"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/kevacoin-project/kevacoin.git"
|
- "url": "https://github.com/kvazar-network/kevacoin.git"
|
||||||
"dir": "kevacoin"
|
"dir": "kevacoin"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
@ -18,7 +18,7 @@ pkg_add automake # (select highest version, e.g. 1.15)
|
|||||||
pkg_add python # (select highest version, e.g. 3.6)
|
pkg_add python # (select highest version, e.g. 3.6)
|
||||||
pkg_add boost
|
pkg_add boost
|
||||||
|
|
||||||
git clone https://github.com/kevacoin-project/kevacoin.git
|
git clone https://github.com/kvazar-network/kevacoin.git
|
||||||
```
|
```
|
||||||
|
|
||||||
See [dependencies.md](dependencies.md) for a complete overview.
|
See [dependencies.md](dependencies.md) for a complete overview.
|
||||||
@ -97,4 +97,3 @@ If your user is in the `staff` group the limit can be raised with:
|
|||||||
The change will only affect the current shell and processes spawned by it. To
|
The change will only affect the current shell and processes spawned by it. To
|
||||||
make the change system-wide, change `datasize-cur` and `datasize-max` in
|
make the change system-wide, change `datasize-cur` and `datasize-max` in
|
||||||
`/etc/login.conf`, and reboot.
|
`/etc/login.conf`, and reboot.
|
||||||
|
|
||||||
|
@ -259,7 +259,7 @@ Setup and Build Example: Arch Linux
|
|||||||
This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux:
|
This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux:
|
||||||
|
|
||||||
pacman -S git base-devel boost libevent python
|
pacman -S git base-devel boost libevent python
|
||||||
git clone https://github.com/kevacoin-project/kevacoin.git
|
git clone https://github.com/kvazar-network/kevacoin.git
|
||||||
cd kevacoin/
|
cd kevacoin/
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --disable-wallet --without-gui --without-miniupnpc
|
./configure --disable-wallet --without-gui --without-miniupnpc
|
||||||
|
@ -85,7 +85,7 @@ This means you cannot use a directory that located directly on the host Windows
|
|||||||
The next three steps are an example of how to acquire the source in an appropriate way.
|
The next three steps are an example of how to acquire the source in an appropriate way.
|
||||||
|
|
||||||
cd /usr/src
|
cd /usr/src
|
||||||
sudo git clone https://github.com/kevacoin-project/kevacoin.git
|
sudo git clone https://github.com/kvazar-network/kevacoin.git
|
||||||
sudo chmod -R a+rw kevacoin
|
sudo chmod -R a+rw kevacoin
|
||||||
|
|
||||||
Once the source code is ready the build steps are below.
|
Once the source code is ready the build steps are below.
|
||||||
@ -115,7 +115,7 @@ This means you cannot use a directory that located directly on the host Windows
|
|||||||
The next three steps are an example of how to acquire the source in an appropriate way.
|
The next three steps are an example of how to acquire the source in an appropriate way.
|
||||||
|
|
||||||
cd /usr/src
|
cd /usr/src
|
||||||
sudo git clone https://github.com/kevacoin-project/kevacoin.git
|
sudo git clone https://github.com/kvazar-network/kevacoin.git
|
||||||
sudo chmod -R a+rw kevacoin
|
sudo chmod -R a+rw kevacoin
|
||||||
|
|
||||||
Then build using:
|
Then build using:
|
||||||
|
@ -36,7 +36,7 @@ Check out the source code in the following directory hierarchy.
|
|||||||
git clone https://github.com/kevacoin-project/gitian.sigs.ltc.git
|
git clone https://github.com/kevacoin-project/gitian.sigs.ltc.git
|
||||||
git clone https://github.com/kevacoin-project/kevacoin-detached-sigs.git
|
git clone https://github.com/kevacoin-project/kevacoin-detached-sigs.git
|
||||||
git clone https://github.com/devrandom/gitian-builder.git
|
git clone https://github.com/devrandom/gitian-builder.git
|
||||||
git clone https://github.com/kevacoin-project/kevacoin.git
|
git clone https://github.com/kvazar-network/kevacoin.git
|
||||||
|
|
||||||
### Kevacoin maintainers/release engineers, suggestion for writing release notes
|
### Kevacoin maintainers/release engineers, suggestion for writing release notes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user