Thanks @abit.
I just created a Github account, I trying to figure out how to put the binary and source up there.
Do I have to create a Branch in order post files?
BTW, I am testing the cli_wallet code now. I will give you feedback when I am done.
RE: Modified Steem Source Code for VS2013 (Hardfork 0.14.2).
You are viewing a single comment's thread from:
Modified Steem Source Code for VS2013 (Hardfork 0.14.2).
I'm not sure what git client you're using. Assume you're on Windows and you have
Git Bash
, try these steps:(use above step to check whether the new code is correct)
Then you'll see the new branch on github, you can create a pull request from your branch so the changes can be merged to upstream repository.
If you have modified code in libraries/fc, it would be a bit more complicated, you may need to
With these changes your repository would be able to compile independently, but it can't be merged directly to upstream repository (due to the change on .gitmodule file).
//Update: to upload binaries, follow the instructions on https://github.com/your_github_user_name/steem/releases
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you very much. I downloaded Git Bash with GUI. Looks complicated. Will try it later.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey @abit, I am not familiar with Github. I did create a branch vs2013 with modification and push to Github. I did a pull request and then I closed it because I thought it will merge with my fork, not the original develop branch. And also it appears that dan created vs2013 branch 23 days ago. I need more time figure this out.
Update:
I created another branch called win_steem and pull request(#496) it.
Please review it when you have a chance. Thanks for your help.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit