mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
update readme
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@792 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
80f4686100
commit
b2b8b3f575
2 changed files with 47 additions and 30 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
=======================================================================================
|
||||||
README for RetroShare
|
README for RetroShare
|
||||||
===============================
|
=======================================================================================
|
||||||
|
|
||||||
RetroShare web site . . . . http://retroshare.sourceforge.net/
|
RetroShare web site . . . . http://retroshare.sourceforge.net/
|
||||||
Documentation . . . . . . . http://retroshare.sourceforge.net/doc.html
|
Documentation . . . . . . . http://retroshare.sourceforge.net/doc.html
|
||||||
|
@ -7,27 +8,33 @@ Support . . . . . . . . . . http://retroshare.sourceforge.net/support.html
|
||||||
Forums . . . . . . . . . . http://retroshare.sourceforge.net/forum/
|
Forums . . . . . . . . . . http://retroshare.sourceforge.net/forum/
|
||||||
Wiki . . . . . . . . . . . http://retroshare.sourceforge.net/wiki/
|
Wiki . . . . . . . . . . . http://retroshare.sourceforge.net/wiki/
|
||||||
The Developers site . . . . http://retroshare.sourceforge.net/developers.html
|
The Developers site . . . . http://retroshare.sourceforge.net/developers.html
|
||||||
|
Project site . . . . . . . https://sourceforge.net/projects/retroshare
|
||||||
|
|
||||||
|
Contact: . . . . . . . . . retroshare@lunamutt.com ,defnax@users.sourceforge.net
|
||||||
|
|
||||||
|
|
||||||
Compiling + Running RetroShare (V0.4.xxx)
|
Compiling + Running RetroShare (V0.4.xxx)
|
||||||
------------------------------------------------------------------------------------------
|
=========================================================================================
|
||||||
|
REQUIREMENTS
|
||||||
|
=========================================================================================
|
||||||
|
|
||||||
Quick Requirements:
|
|
||||||
------------------------------------------------------------------------------------------
|
|
||||||
Libraries/Tools:
|
Libraries/Tools:
|
||||||
C/C++ Compiler. (standard on Linux/cygwin)
|
* C/C++ Compiler. (standard on Linux/cygwin)
|
||||||
OpenSSL-0.9.7g-xpgp
|
* OpenSSL-0.9.7g-xpgp http://www.lunamutt.com/retroshare/openssl-0.9.7g-xpgp-0.1c.tgz
|
||||||
miniupnpc
|
* miniupnpc http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.0.tar.gz
|
||||||
Qt-4.3 development libraries.
|
* Qt >= 4.3.x http://trolltech.com/downloads/opensource
|
||||||
|
|
||||||
RetroShare Source Code: ( from sf.net/projects/retroshare)
|
RetroShare Source Code: ( from sf.net/projects/retroshare)
|
||||||
Qt-GUI-XXX.tgz
|
* Qt-GUI-XXX.tgz
|
||||||
retroshare-src-v0.4.XXX.tgz
|
* retroshare-src-v0.4.XXX.tgz
|
||||||
|
|
||||||
|
Latest RetroShare sources from (SVN) sourceforge.net:
|
||||||
|
svn co https://retroshare.svn.sourceforge.net/svnroot/retroshare retroshare
|
||||||
|
|
||||||
Windows Requirements:
|
Windows Requirements:
|
||||||
Cygwin (Windows Only)
|
* Cygwin (Windows Only) http://www.cygwin.com/cygwin/setup.exe
|
||||||
Pthreads (Windows Only)
|
* Pthreads (Windows Only) http://sourceware.org/pthreads-win32/
|
||||||
Zlib (Windows Only)
|
* Zlib (Windows Only) http://www.zlib.net/
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------
|
||||||
Build Scripts are avaible on SVN for Debian and Ubuntu:
|
Build Scripts are avaible on SVN for Debian and Ubuntu:
|
||||||
|
@ -46,7 +53,7 @@ http://downloads.sourceforge.net/retroshare/retroshare-pkg-linux-src-v0.4.09b.tg
|
||||||
Download/Compile as per instructions...
|
Download/Compile as per instructions...
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------
|
||||||
|
==========================================================================================
|
||||||
Howto Compile under Unix/Linux
|
Howto Compile under Unix/Linux
|
||||||
==========================================================================================
|
==========================================================================================
|
||||||
Directory layout
|
Directory layout
|
||||||
|
@ -392,7 +399,7 @@ UNDER Cygwin:
|
||||||
|
|
||||||
UNDER Mingw:
|
UNDER Mingw:
|
||||||
|
|
||||||
(6) Compile QChekers ( qmake + make )
|
(6) Compile QCheckers ( qmake + make )
|
||||||
(7) Compile SMPlayer ( qmake + make )
|
(7) Compile SMPlayer ( qmake + make )
|
||||||
(8) Compile the Qt-Gui. ( qmake + make )
|
(8) Compile the Qt-Gui. ( qmake + make )
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
=======================================================================================
|
||||||
README for RetroShare
|
README for RetroShare
|
||||||
===============================
|
=======================================================================================
|
||||||
|
|
||||||
RetroShare web site . . . . http://retroshare.sourceforge.net/
|
RetroShare web site . . . . http://retroshare.sourceforge.net/
|
||||||
Documentation . . . . . . . http://retroshare.sourceforge.net/doc.html
|
Documentation . . . . . . . http://retroshare.sourceforge.net/doc.html
|
||||||
|
@ -7,27 +8,33 @@ Support . . . . . . . . . . http://retroshare.sourceforge.net/support.html
|
||||||
Forums . . . . . . . . . . http://retroshare.sourceforge.net/forum/
|
Forums . . . . . . . . . . http://retroshare.sourceforge.net/forum/
|
||||||
Wiki . . . . . . . . . . . http://retroshare.sourceforge.net/wiki/
|
Wiki . . . . . . . . . . . http://retroshare.sourceforge.net/wiki/
|
||||||
The Developers site . . . . http://retroshare.sourceforge.net/developers.html
|
The Developers site . . . . http://retroshare.sourceforge.net/developers.html
|
||||||
|
Project site . . . . . . . https://sourceforge.net/projects/retroshare
|
||||||
|
|
||||||
|
Contact: . . . . . . . . . retroshare@lunamutt.com ,defnax@users.sourceforge.net
|
||||||
|
|
||||||
|
|
||||||
Compiling + Running RetroShare (V0.4.xxx)
|
Compiling + Running RetroShare (V0.4.xxx)
|
||||||
------------------------------------------------------------------------------------------
|
=========================================================================================
|
||||||
|
REQUIREMENTS
|
||||||
|
=========================================================================================
|
||||||
|
|
||||||
Quick Requirements:
|
|
||||||
------------------------------------------------------------------------------------------
|
|
||||||
Libraries/Tools:
|
Libraries/Tools:
|
||||||
C/C++ Compiler. (standard on Linux/cygwin)
|
* C/C++ Compiler. (standard on Linux/cygwin)
|
||||||
OpenSSL-0.9.7g-xpgp
|
* OpenSSL-0.9.7g-xpgp http://www.lunamutt.com/retroshare/openssl-0.9.7g-xpgp-0.1c.tgz
|
||||||
miniupnpc
|
* miniupnpc http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.0.tar.gz
|
||||||
Qt-4.3 development libraries.
|
* Qt >= 4.3.x http://trolltech.com/downloads/opensource
|
||||||
|
|
||||||
RetroShare Source Code: ( from sf.net/projects/retroshare)
|
RetroShare Source Code: ( from sf.net/projects/retroshare)
|
||||||
Qt-GUI-XXX.tgz
|
* Qt-GUI-XXX.tgz
|
||||||
retroshare-src-v0.4.XXX.tgz
|
* retroshare-src-v0.4.XXX.tgz
|
||||||
|
|
||||||
|
Latest RetroShare sources from (SVN) sourceforge.net:
|
||||||
|
svn co https://retroshare.svn.sourceforge.net/svnroot/retroshare retroshare
|
||||||
|
|
||||||
Windows Requirements:
|
Windows Requirements:
|
||||||
Cygwin (Windows Only)
|
* Cygwin (Windows Only) http://www.cygwin.com/cygwin/setup.exe
|
||||||
Pthreads (Windows Only)
|
* Pthreads (Windows Only) http://sourceware.org/pthreads-win32/
|
||||||
Zlib (Windows Only)
|
* Zlib (Windows Only) http://www.zlib.net/
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------
|
||||||
Build Scripts are avaible on SVN for Debian and Ubuntu:
|
Build Scripts are avaible on SVN for Debian and Ubuntu:
|
||||||
|
@ -46,7 +53,7 @@ http://downloads.sourceforge.net/retroshare/retroshare-pkg-linux-src-v0.4.09b.tg
|
||||||
Download/Compile as per instructions...
|
Download/Compile as per instructions...
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------
|
||||||
|
==========================================================================================
|
||||||
Howto Compile under Unix/Linux
|
Howto Compile under Unix/Linux
|
||||||
==========================================================================================
|
==========================================================================================
|
||||||
Directory layout
|
Directory layout
|
||||||
|
@ -392,7 +399,7 @@ UNDER Cygwin:
|
||||||
|
|
||||||
UNDER Mingw:
|
UNDER Mingw:
|
||||||
|
|
||||||
(6) Compile QChekers ( qmake + make )
|
(6) Compile QCheckers ( qmake + make )
|
||||||
(7) Compile SMPlayer ( qmake + make )
|
(7) Compile SMPlayer ( qmake + make )
|
||||||
(8) Compile the Qt-Gui. ( qmake + make )
|
(8) Compile the Qt-Gui. ( qmake + make )
|
||||||
|
|
||||||
|
@ -406,3 +413,6 @@ http://retroshare.sourceforge.net/forum/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue