mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-22 06:05:08 -05:00
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:
parent
b1f727d080
commit
2a98419498
@ -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):
|
||||||
|
|
||||||
@ -188,27 +188,42 @@ WIN XP Compilation.
|
|||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
This much harder, and more perilous than the
|
This much harder, and more perilous than the
|
||||||
Linux compilation: It requires both the cygwin
|
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:
|
||||||
In Brief:
|
http://wftp.tu-chemnitz.de/pub/Qt/qt/source/qt-win-opensource-4.3.5-mingw.exe
|
||||||
UNDER Cygwin:
|
|
||||||
(1) Compile openssl-xpgp.
|
source code for all libraries.:
|
||||||
(2) Compile pthreads.
|
http://downloads.sourceforge.net/retroshare/retroshare-pkg-linux-src-v0.4.09b.tgz?
|
||||||
(3) Compile zlib.
|
|
||||||
(4) Compile KadC. (there are some tweaks,
|
retroshare-pkg-linux-src-v0.4.09b.tgz are Libraries included:
|
||||||
needed to the code)
|
|
||||||
|
openssl-0.9.7g-xpgp-0.1c.tgz
|
||||||
(5) Compile retroshare-v0.3.0
|
miniupnpc-1.0.tar.gz
|
||||||
|
smplayer-svn-280308.tgz
|
||||||
UNDER Mingw:
|
|
||||||
(6) Compile qskinobject (only under QT 4.3.x)
|
Libraries for Windows needs:
|
||||||
(7) Compile the Qt-Gui.
|
pthreads: http://sourceware.org/pthreads-win32/
|
||||||
|
zlib: http://www.zlib.net/
|
||||||
|
|
||||||
|
|
||||||
|
In Brief:
|
||||||
|
UNDER Cygwin:
|
||||||
|
(1) Compile openssl-xpgp.
|
||||||
|
(2) Compile miniunpnc
|
||||||
|
(3) Compile pthreads.
|
||||||
|
(4) Compile zlib.
|
||||||
|
|
||||||
|
(5) Compile retroshare-v0.4.x
|
||||||
|
|
||||||
|
UNDER Mingw:
|
||||||
|
(6) Compile SMPlayer ( qmake + make )
|
||||||
|
(7) Compile the Qt-Gui. ( qmake + make )
|
||||||
|
|
||||||
|
|
||||||
Email me if you're having trouble:
|
Email me if you're having trouble:
|
||||||
|
Loading…
Reference in New Issue
Block a user