aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* | README: add Freenode custom webchat linkanonimal2016-10-311-1/+1
| | | | | | | | Replaces irc:// link which is not always rendered
* | README: add build matrix like that in Kovrianonimal2016-10-311-2/+19
| |
* | README/Repo: remove Travis CIanonimal2016-10-311-1/+0
| | | | | | | | We use Buildbot now: https://build.getmonero.org/
* | Merge pull request #1269Riccardo Spagni2016-10-291-1/+49
|\ \ | | | | | | | | | 145d0b7 Add instructions to README.md for building on the Raspberry Pi 2 (NanoAkron)
| * | Add instructions to README.md for building on the Raspberry Pi 2NanoAkron2016-10-281-1/+49
| | |
* | | Changed ARM6/7/8 to ARMv6/7/8 to be nice to peroneroNanoAkron2016-10-271-3/+3
|/ /
* | CONTRIBUTING: somes notes about how to contributemoneromooo-monero2016-10-171-0/+4
| |
* | Hard fork info in the ReadmeGingeropolous2016-10-101-0/+14
| | | | | | With dashes in the dates and the markdown code aligned to make cows happy. :)
* | Update README.mdlethos32016-10-031-1/+1
|/ | | mnemonic wallets have 25 words.
* removed deprecated update-coreAdriaan Joubert2016-09-261-5/+1
| | | Functionality handled by pacman
* Merge pull request #1096Riccardo Spagni2016-09-181-2/+6
|\ | | | | | | c2491b9 README: make TORSOCKS_ALLOW_INBOUND optional (moneromooo-monero)
| * README: make TORSOCKS_ALLOW_INBOUND optionalmoneromooo-monero2016-09-181-2/+6
| |
* | Merge pull request #1095Riccardo Spagni2016-09-181-0/+3
|\ \ | | | | | | | | | f06882f README: mention --max-concurrency 1 for Mac (moneromooo-monero)
| * | README: mention --max-concurrency 1 for Macmoneromooo-monero2016-09-181-0/+3
| |/
* / readme: deps: fix libunwind Debian/Ubuntu package nameredfish2016-09-181-1/+1
|/
* README: mention rlwrap pitfall when inputting seed and private keysmoneromooo-monero2016-09-171-0/+3
|
* Fix homebrew formula for OS XMike C2016-09-141-1/+1
| | | bitmonero --> monero
* Merge pull request #1053Riccardo Spagni2016-09-101-5/+12
|\ | | | | | | | | | | 13c5dc6 Update README.md (jw) 44f1191 Update README.md (jw) f4ffe7f Update MSYS2 build instructions. (jw)
| * Update README.mdjw2016-09-051-1/+1
| |
| * Update README.mdjw2016-09-051-1/+1
| |
| * Update MSYS2 build instructions.jw2016-09-051-5/+12
| | | | | | Describe process for building on Windows using current version of MSYS2.
* | readme: make section on docs more conciseredfish2016-09-031-17/+5
|/
* readme fixes, small Docker fixRiccardo Spagni2016-09-031-20/+20
|
* Merge pull request #1015Riccardo Spagni2016-09-011-15/+28
|\ | | | | | | fbfdf59 readme: organize deps into table (redfish)
| * readme: organize deps into tableredfish2016-09-011-15/+28
| |
* | Merge pull request #1028Riccardo Spagni2016-09-011-2/+12
|\ \ | |/ |/| | | 9397254 Added basic docker file (eiabea)
| * Added basic docker fileeiabea2016-09-011-2/+12
| | | | | | | | finalized dockerfile
* | Merge pull request #1009Riccardo Spagni2016-09-011-1/+1
|\ \ | | | | | | | | | | | | | | | 640a934 tests: cmake: fix building with system gtest (redfish) 4a9e949 tests: cmake: use a list for enabled tests (redfish) dbd9a26 cmake: tests: gtest target is not always defined #983 (redfish)
| * | tests: cmake: fix building with system gtestredfish2016-08-301-1/+1
| |/ | | | | | | Issues #980 #983
* / Add ARMv8 Handling to CMakeLists.txt - version 2NanoAkron2016-08-301-1/+2
|/ | | | | | | | | | | | | | Adds 64-bit ARMv8 handling to CMakeLists.txt and implements GCC flags for two errata on the Cortex-A53 present on every chip in revision 0: https://developer.arm.com/docs/epm048406/latest/arm-processor-cortex-a53-mpcore-product-revision-r0-software-developers-errata-notice 835769 affects 64-bit multiply accumulate 843419 affects internal page addressing Rewritten to build on @radfish's changes Updated to address @radfish's points
* Merge pull request #1000Riccardo Spagni2016-08-281-3/+3
|\ | | | | | | d321c02 minor README changes, also I wanted to grab PR #1000 (Riccardo Spagni)
| * minor README changes, also I wanted to grab PR #1000Riccardo Spagni2016-08-281-3/+3
| |
* | Merge pull request #997Riccardo Spagni2016-08-281-80/+91
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1c7d3b0 cmake: define ARM var for all ARM arch variants (redfish) 6fe543d cmake: ARM: exclude libunwind in static build (redfish) 397b720 make: remove NO_AES from arm targets (redfish) 57ca3f3 make: make the ARM release targets statically linked (redfish) 43c07a1 readme: editted install/build instructions for clarity (redfish) a0d4058 Revert "makefile: remove unnecessary ARM-specific targets" (redfish) c2bc34b Revert "Interpret x86_64 as x86-64 for architecture" (redfish) c54b9a1 cmake: don't set ARCH from CMAKE_SYSTEM_PROCESSOR (redfish)
| * | readme: editted install/build instructions for clarityredfish2016-08-281-80/+91
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * some re-org of sections to make things more concise * dedicated section for installing from packages vs building from source * for Windows, instruct to run the top-level makefile targets, because I don't see any reason not to -- advanced users will look into the makefile and find the cmake command there if they need to. * for Windows, instruct to install *-toolchain meta package which includes expat * added some context info here and there to aid -- I tried to clarify things that confused me, e.g. Windows build is cross-compilation to be precise; motivation for targets that are meant for generating portable binaries as opposed to binaries optimized to host CPU.
* | Merge pull request #992Riccardo Spagni2016-08-281-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f1ba51c remove -Wall from coverage arguments (Jacob Torrey) f017fec Build the core_tests under Travis (Jacob Torrey) e0bf02a Streamline release-test target (Jacob Torrey) baf4574 Update badge to point to monero's coveralls (Jacob Torrey) d1dc2c3 Re-enable Travis IRC notifications (Jacob Torrey) 9c71b9e Silence coveralls to prevent 4MB logs (Jacob Torrey) 65041fb Disabled libwallet_api_test until Issue #895 resolved (Jacob Torrey) a450138 Disable core_tests on Travis-CI (Jacob Torrey) 650afac Added -j2 to Makefile and clean up matrix (Jacob Torrey) 256dec0 Streamline test building target (Jacob Torrey) 14915c2 Ensure tests are built prior to testing (Jacob Torrey) fe4992b Added coverage g++ commands (Jacob Torrey) 497b24f Update .travis.yml (Jacob Torrey) 678467d Update for the current make environment (Jacob Torrey) abcac26 Fixed tab/space issue on YAML (Jacob Torrey) 7351a11 Converted to a build matrix for testing and release (Jacob Torrey) 342dbfb Prep for coveralls (Jacob Torrey)
| * | Update badge to point to monero's coverallsJacob Torrey2016-08-261-1/+1
| | |
| * | Prep for coverallsJacob Torrey2016-08-261-0/+1
| |/ | | | | | | Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
* | Merge pull request #990Riccardo Spagni2016-08-281-4/+11
|\ \ | |/ |/| | | cf6654c contrib: example systemd service and config file (redfish)
| * contrib: example systemd service and config fileredfish2016-08-261-4/+11
| | | | | | | | Including in light of #977
* | README.md: Boost version updated for windowstobiasw22016-08-251-1/+1
|/
* added Symas as a sponsorRiccardo Spagni2016-08-241-0/+1
|
* Merge pull request #981Riccardo Spagni2016-08-241-1/+1
|\ | | | | | | 3729ac8 Docs: re-introduce Boost 1.58 min req from 2a2b655 (anonimal)
| * Docs: re-introduce Boost 1.58 min req from 2a2b655anonimal2016-08-231-1/+1
| |
* | resolved conflicts in readme.mdRiccardo Spagni2016-08-241-8/+4
|\ \ | |/ |/|
| * README formattingJacob Torrey2016-08-221-4/+4
| | | | | | Very slight changes to make the markdown slightly more readable and easy to copy/paste from.
* | readme: format Windows deps as a listredfish2016-08-211-1/+8
| |
* | readme: formatting for rlwrap command snippetredfish2016-08-211-2/+6
| |
* | readme: add deps for documentationredfish2016-08-201-1/+6
| |
* | readme: add deps: miniupnpc and libunwindredfish2016-08-201-0/+2
| | | | | | | | | | miniupnpc is included in source repo, but list it anyway, eventually that fork will hopefully go away from this repo.
* | readme: add pkg-config depredfish2016-08-201-0/+1
| |