Documentation Update#39
Conversation
To include windows osx and linux detailed build and compile instructions
8kpx
left a comment
There was a problem hiding this comment.
Can you at least use some of the markdown formatting like header, link, quote, list, etc., so that it looks nicer on the project front page?
https://guides.github.com/features/mastering-markdown/
8kpx
left a comment
There was a problem hiding this comment.
This document is focusing on how to build software, so it should be located under doc directory. We should put more general information about this product itself on README.md.
There was a problem hiding this comment.
changes made please review. in regards to it focusing to build software its a one stop resource on how to build everything on the front page. better than the 4 lines prior and will contain much more detailed info.
general; information can be added later.
| 2. Add features required for build environment | ||
| a. cd XPCoin | ||
| b. git checkout feature/support_windows | ||
| c. git checkout feature/add_appveyor_script |
There was a problem hiding this comment.
feature/support_windows and feature/add_appveyor_script already merged.
please use git checkout develop
|
|
||
| 1. git clone https://github.com/eXperiencePoints/XPCoin | ||
| 2. cd XPCoin | ||
| 3. git checkout feature/add_appveyor_script |
| berkeley-db@ | ||
| 3. git clone https://github.com/eXperiencePoints/XPCoin | ||
| 4. cd XPCoin | ||
| 5. git checkout feature/add_appveyor_script |
|
|
||
| 1. sudo xcode-select –install | ||
| 2. brew install autoconf automake libtool boost openssl pkg-config protobuf qt qrencode | ||
| berkeley-db@ |
| 1. sudo xcode-select –install | ||
| 2. brew install autoconf automake libtool boost openssl pkg-config protobuf qt qrencode | ||
| berkeley-db@ | ||
| 3. git clone https://github.com/eXperiencePoints/XPCoin |
There was a problem hiding this comment.
|
|
||
| rpcallowip=127.0.0. | ||
| #rpcallowip=192.168.1. | ||
| #rpcallowip=192.168.1.* |
| dnsseed= | ||
| banscore= | ||
| bantime= | ||
| algo=scrypt |
|
|
||
| The “getinfo” rpc call returns the status of the wallet. The result returned will be a json array. | ||
|
|
||
| { |
| "paytxfee" : 0.00000000, | ||
| "mininput" : 0.00001000, | ||
| "errors" : "" | ||
| } |
| ``` | ||
| Product Document: XP Coin Product Building Environment | ||
| ``` | ||
| **Author** : DigiWarfare/XPCoin, Tnaruto/XPCoinJP, Lexicon/XPCoin |
There was a problem hiding this comment.
Sorry, Could you remove my nickname? I didn't write this document.
To include windows osx and linux detailed build and compile instructions