update readme

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@768 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-10-28 01:12:23 +00:00
parent b1f727d080
commit 2a98419498

View file

@ -101,7 +101,7 @@ make
4.Copy the libskin.a to your retroshare libs directory. 4.Copy the libskin.a to your retroshare libs directory.
5.then add to LIBS= -lskin to the RetroShare.pro file: 5.then add to LIBS= -lskin -lgdi32 to the RetroShare.pro file:
example(linux): example(linux):
@ -192,23 +192,38 @@ Linux compilation: It requires both the cygwin
and the mingw compilers... and the mingw compilers...
Need: Need:
Cygwin development environment Cygwin development environment:
Qt4.2 opensource development kit + MinGw. http://www.cygwin.com/cygwin/setup.exe
source code for all libraries.
Qt4.3.x opensource development kit + MinGw:
http://wftp.tu-chemnitz.de/pub/Qt/qt/source/qt-win-opensource-4.3.5-mingw.exe
source code for all libraries.:
http://downloads.sourceforge.net/retroshare/retroshare-pkg-linux-src-v0.4.09b.tgz?
retroshare-pkg-linux-src-v0.4.09b.tgz are Libraries included:
openssl-0.9.7g-xpgp-0.1c.tgz
miniupnpc-1.0.tar.gz
smplayer-svn-280308.tgz
Libraries for Windows needs:
pthreads: http://sourceware.org/pthreads-win32/
zlib: http://www.zlib.net/
In Brief: In Brief:
UNDER Cygwin: UNDER Cygwin:
(1) Compile openssl-xpgp. (1) Compile openssl-xpgp.
(2) Compile pthreads. (2) Compile miniunpnc
(3) Compile zlib. (3) Compile pthreads.
(4) Compile KadC. (there are some tweaks, (4) Compile zlib.
needed to the code)
(5) Compile retroshare-v0.3.0 (5) Compile retroshare-v0.4.x
UNDER Mingw: UNDER Mingw:
(6) Compile qskinobject (only under QT 4.3.x) (6) Compile SMPlayer ( qmake + make )
(7) Compile the Qt-Gui. (7) Compile the Qt-Gui. ( qmake + make )
Email me if you're having trouble: Email me if you're having trouble: