Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update docs to build off master #1856

Merged
merged 1 commit into from
Aug 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/build-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Build Gridcoin
1. Clone the Gridcoin source code and cd into "Gridcoin-Research".

git clone https://github.com/gridcoin/Gridcoin-Research
git checkout master
cd Gridcoin-Research

2. Build Gridcoin:
Expand Down
2 changes: 2 additions & 0 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Clone the repository and cd into it:

```bash
git clone https://github.com/gridcoin-community/Gridcoin-Research
git checkout master
cd Gridcoin-Research
```
Go to platform specific instructions for the required dependencies below.
Expand Down Expand Up @@ -203,6 +204,7 @@ This example lists the steps necessary to setup and build a command line only of

pacman -S git base-devel boost libevent python
git clone https://github.com/gridcoin/Gridcoin-Research.git
git checkout master
cd Gridcoin-Research/
./autogen.sh
./configure --without-gui --without-miniupnpc
Expand Down
1 change: 1 addition & 0 deletions doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ packages need to build host utilities that are used in the build process.
Acquire the source in the usual way:

git clone https://github.com/gridcoin-community/Gridcoin-Research.git
git checkout master
cd Gridcoin-Research

## Building for 64-bit Windows
Expand Down