From 0d19cc381615681b03d95eca9a95191a2d600d03 Mon Sep 17 00:00:00 2001 From: iShift Date: Tue, 14 Jan 2014 19:18:04 +0300 Subject: [PATCH] Update README.md - fix compiling link and notes --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eca3adbe..d921a3e1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,18 @@ are provided by libtorrent. Both Bitcoin and libtorrent versions included here are highly patched and do not interoperate with existing networks (on purpose). +Compiling +---------------- +You can build you own twister with this docs: + +[Ubuntu/Debian](https://github.com/miguelfreitas/twister-core/blob/master/doc/bulding-on-ubuntu-debian.md) + +[Mac OS X](https://github.com/miguelfreitas/twister-core/blob/master/doc/build-osx.md) + +[Windows (untested)](https://github.com/miguelfreitas/twister-core/blob/master/doc/build-msw.md) + +[Unix](https://github.com/miguelfreitas/twister-core/blob/master/doc/build-unix.md) + License ------- @@ -41,11 +53,6 @@ Developers of either bitcoin or libtorrent are welcomed and will be granted immediate write-access to the repository (a small retribution for bastardizing their codebases). -Compiling ---------- - -See `INSTALL`. - Testing -------