aboutsummaryrefslogtreecommitdiff
path: root/doc/build-windows.md
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-2/+2
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-3/+3
|
* some updates to reflect modern WSL changes Michi Lumin2021-04-181-3/+3
| | | Windows xcompile build on WSL 1 and 2 modernized some since WSL has evolved.
* modernizing the windows xcompile process under WSLMichi Lumin2021-04-181-15/+44
| | | WSL has changed some, this needs to be updated to reflect WSL1 vs 2
* Update the Windows build notesDouglas Roark2016-12-291-7/+10
| | | | | - Clarify the Windows Subsystem For Linux section. - Clarify the build requirements.
* doc: Improve windows build instructions using Linux subsystemWladimir J. van der Laan2016-11-251-20/+46
| | | | | | | | | | | | | | | | | | I did a build on a windows 10 laptop and took notes, and tried to improve the document: - It's the Linux subsystem for Windows, not the other way around. - Split out dependencies: general ones, 64-bit, 32-bit. Remove the reference to `build-unix.md`, easy enough to be self-contained. - Place 64-bit instructions first. 99% will want these. - Installation instructions: recommend using `/` for prefix, same as we do on gitian builds. This will allow copying the files to a usable (from Windows) place using just `make DESTDIR=...`. - Remove double spaces / consistent width reformatting.
* Documentation for Building on Windows with WSLpoole_party2016-10-171-4/+35
| | | | The new Windows Subsystem for Linux (WSL) allows a user to run a bash shell directly on Windows in an Ubuntu based environment. This can be used to cross-compile Bitcoin directly on Windows without the need for a separate Linux VM or Server. The instructions included in this commit explain how to configure the environment and build Bitcoin Core using this new feature.
* [Doc] Add missing autogen to example buildsAmir Abrams2016-09-221-0/+2
|
* [doc] build: Mention curlMarcoFalke2016-08-291-2/+4
|
* build: Improve build instructionsWladimir J. van der Laan2015-11-041-0/+40
- Add package instructions for Ubuntu 15.10 - Clarify BerkeleyDB/wallet situation for unix - Add basic build instructions for Windows (closes #1401)