i want to build from this source code in visual studio or what kind of IDE for it. Not sure this project is c# or c++.
-
jameshentai commented at 9:17 AM on January 30, 2017: none
-
jonasschnelli commented at 9:51 AM on January 30, 2017: contributor
Compiling on windows native can be difficult. Most developers as well as the "official" binaries are using cross compilation (linux).
Have a look here: https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md
For an IDE, I can recommend "Qt Creator". It's a decent C++ IDE with all common features like code-completion, class/method index (and jumps), interactive debugger, etc. Qt Creator will also allow you to debug the Qt objects. And it's free.
-
jameshentai commented at 11:10 AM on January 30, 2017: none
how to build it in linux???
-
jameshentai commented at 11:13 AM on January 30, 2017: none
step by step
-
MarcoFalke commented at 12:19 PM on January 30, 2017: member
Have a look at https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#to-build and make sure to install the dependencies first. (Scroll down to "Ubuntu", etc)
-
laanwj commented at 1:02 PM on January 30, 2017: member
Please don't open issues like this. It only shows you're too lazy to look for documentation. We can't hand-hold everyone trying to build the source, certainly not on github which is for reporting code issues not a support forum. There's:
- https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md for how to build for (and on, if you count the linux subsystem) windows
- https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md for how to build for Linux and general unix
- laanwj closed this on Jan 30, 2017
- laanwj added the label Questions and Help on Jan 30, 2017
- MarcoFalke locked this on Sep 8, 2021