aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-09-18readme: deps: fix libunwind Debian/Ubuntu package nameredfish1-1/+1
2016-09-17README: mention rlwrap pitfall when inputting seed and private keysmoneromooo-monero1-0/+3
2016-09-14Fix homebrew formula for OS XMike C1-1/+1
bitmonero --> monero
2016-09-10Merge pull request #1053Riccardo Spagni1-5/+12
13c5dc6 Update README.md (jw) 44f1191 Update README.md (jw) f4ffe7f Update MSYS2 build instructions. (jw)
2016-09-05Update README.mdjw1-1/+1
2016-09-05Update README.mdjw1-1/+1
2016-09-05Update MSYS2 build instructions.jw1-5/+12
Describe process for building on Windows using current version of MSYS2.
2016-09-03readme: make section on docs more conciseredfish1-17/+5
2016-09-03readme fixes, small Docker fixRiccardo Spagni1-20/+20
2016-09-01Merge pull request #1015Riccardo Spagni1-15/+28
fbfdf59 readme: organize deps into table (redfish)
2016-09-01Merge pull request #1028Riccardo Spagni1-2/+12
9397254 Added basic docker file (eiabea)
2016-09-01readme: organize deps into tableredfish1-15/+28
2016-09-01Merge pull request #1009Riccardo Spagni1-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)
2016-09-01Added basic docker fileeiabea1-2/+12
finalized dockerfile
2016-08-30tests: cmake: fix building with system gtestredfish1-1/+1
Issues #980 #983
2016-08-30Add ARMv8 Handling to CMakeLists.txt - version 2NanoAkron1-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
2016-08-28Merge pull request #1000Riccardo Spagni1-3/+3
d321c02 minor README changes, also I wanted to grab PR #1000 (Riccardo Spagni)
2016-08-28Merge pull request #997Riccardo Spagni1-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)
2016-08-28Merge pull request #992Riccardo Spagni1-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)
2016-08-28Merge pull request #990Riccardo Spagni1-4/+11
cf6654c contrib: example systemd service and config file (redfish)
2016-08-28minor README changes, also I wanted to grab PR #1000Riccardo Spagni1-3/+3
2016-08-28readme: editted install/build instructions for clarityredfish1-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.
2016-08-26contrib: example systemd service and config fileredfish1-4/+11
Including in light of #977
2016-08-26Update badge to point to monero's coverallsJacob Torrey1-1/+1
2016-08-26Prep for coverallsJacob Torrey1-0/+1
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
2016-08-25README.md: Boost version updated for windowstobiasw21-1/+1
2016-08-24added Symas as a sponsorRiccardo Spagni1-0/+1
2016-08-24Merge pull request #981Riccardo Spagni1-1/+1
3729ac8 Docs: re-introduce Boost 1.58 min req from 2a2b655 (anonimal)
2016-08-24resolved conflicts in readme.mdRiccardo Spagni1-8/+4
2016-08-23Docs: re-introduce Boost 1.58 min req from 2a2b655anonimal1-1/+1
2016-08-22README formattingJacob Torrey1-4/+4
Very slight changes to make the markdown slightly more readable and easy to copy/paste from.
2016-08-21readme: format Windows deps as a listredfish1-1/+8
2016-08-21readme: formatting for rlwrap command snippetredfish1-2/+6
2016-08-20readme: add deps for documentationredfish1-1/+6
2016-08-20readme: add deps: miniupnpc and libunwindredfish1-0/+2
miniupnpc is included in source repo, but list it anyway, eventually that fork will hopefully go away from this repo.
2016-08-20readme: add pkg-config depredfish1-0/+1
2016-08-20readme: decrease size of sponsor logosredfish1-1/+6
2016-08-20readme: format dependencies into a list #951redfish1-2/+15
2016-08-20readme: clarify conf syntax re leading dashesredfish1-1/+1
2016-07-20Docs: fix 'Development Resources' formatting in README.anonimal1-5/+5
2016-07-20change travis badgeRiccardo Spagni1-1/+1
2016-07-13Docs: update 'Development Resources' in README.anonimal1-5/+4
* Branch development was recently removed. All PR's now go directly to master. * Also, removed EOL whitespace
2016-07-13Travis-CI: add build-status badge to README.mdanonimal1-0/+2
* Currently points to anonimal/bitmonero. This should be changed to monero-project/bitmonero once the project signs-up for Travis-CI.
2016-07-06Merge pull request #885Riccardo Spagni1-2/+1
b727a1f updated README to reflect Windows changes (Riccardo Spagni)
2016-07-06Merge pull request #875Riccardo Spagni1-15/+1
14f7538 readme: move license to separate file for packaging (redfish)
2016-07-03updated README to reflect Windows changesRiccardo Spagni1-2/+1
2016-06-21readme: move license to separate file for packagingredfish1-15/+1
2016-05-28readme: notes on config file and fg/bg run moderedfish1-0/+18
2016-05-11Update README with TAILS instructionsdEBRUYNE-11-1/+9
2016-03-29README: mention TORSOCKS_ALLOW_INBOUND for wallet connectionsmoneromooo-monero1-2/+2
2016-03-11update donation addressesRiccardo Spagni1-2/+2
2016-01-24My markdown-fu sucks :Pme0wmix1-1/+1
2016-01-24Instructions updated to include g++ package and omit optional packagesme0wmix1-3/+5
2016-01-22Last fixups in the Cmake stuff and better default build instructionme0wmix1-3/+1
2016-01-21More formatting fixes to instructionsme0wmix1-1/+3
2016-01-21Corrected formatting on OpenBSD instructionsme0wmix1-2/+5
2016-01-21Added/corrected OpenBSD build instructions.me0wmix1-0/+10
2016-01-01updated readme, note CMake minimum version increaseRiccardo Spagni1-2/+6
2015-12-31updated copyright yearRiccardo Spagni1-2/+2
2015-12-22README.md: mention --no-igd in the Tor paragraphmoneromooo-monero1-2/+2
2015-12-22Merge pull request #549Riccardo Spagni1-2/+3
af1da98 README.md: fix Tor paragraph to use warptangent's TCP DNS changes (moneromooo-monero)
2015-12-19README.md: mention rlwrap usagemoneromooo-monero1-0/+5
2015-12-19README.md: fix Tor paragraph to use warptangent's TCP DNS changesmoneromooo-monero1-2/+3
2015-12-14README.md: add a bit of info about using bitmonerod with Tormoneromooo-monero1-0/+5
2015-07-14Translatable strings for simplewalletmoneromooo-monero1-0/+5
The system is mostly the Qt system, but we don't use Qt to avoid the dependencies. See README.i18n for details.
2015-07-09fix incorrect arch in readmeRiccardo Spagni1-1/+1
2015-05-31readme updates: added sponsors, fixed build instructionsRiccardo Spagni1-8/+21
2015-05-30README: minor wording changesmoneromooo-monero1-4/+4
2015-04-11Don't recommend --HEAD for brew usersSammy Libre1-1/+1
2015-03-01markdown formatting fixRiccardo Spagni1-1/+1
2015-02-28move website and DNS unit tests from monero.cc to getmonero.orgRiccardo Spagni1-3/+4
2015-02-03changed MM logoRiccardo Spagni1-1/+1
2015-02-03added donation and sponsor info to readmeRiccardo Spagni1-0/+16
2015-01-27added portable slow-hash, updated makefile targets, fixed readmeRiccardo Spagni1-6/+6
2015-01-02year updated in licenseRiccardo Spagni1-3/+3
2014-11-27updated readme to include libevent / libgtest depsRiccardo Spagni1-1/+1
2014-10-06added bison/yacc static build dependencyRiccardo Spagni1-1/+1
2014-10-06added static build dependency instructions to READMERiccardo Spagni1-1/+12
2014-10-03boost 1.56 kindly (and officially) patched in msys2 by Alexey PavlovRiccardo Spagni1-3/+2
2014-09-29dependencies enforced, send que error message log level movedRiccardo Spagni1-2/+2
2014-09-23added unbound dependencies to readmeRiccardo Spagni1-3/+3
2014-09-23updated mingw build instructionsRiccardo Spagni1-1/+1
2014-09-23updated mingw build instructionsRiccardo Spagni1-5/+29
2014-09-15additional README info on static builds and FreeBSDRiccardo Spagni1-0/+7
2014-08-30readme -> markdownfluffypony1-0/+98
2014-03-03moved all stuff to githubAntonio Juarez1-4/+0
2013-11-14Initial commitamjuarez1-0/+4