Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

Commit

Permalink
updated README.md with build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thokon00 committed May 27, 2014
1 parent 4cc648a commit c3f07c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ rpcpassword=changeme2
addnode=194.208.12.12
```

---
Build instructions:

```
./autogen.sh
./configure --prefix=/usr --disable-maintainer-mode --with-incompatible-bdb --disable-tests
make
```
This will build FairCoind and FairCoin-qt client.

0 comments on commit c3f07c4

Please sign in to comment.