forked from FreeRDP/FreeRDP
-
Notifications
You must be signed in to change notification settings - Fork 0
Build on Windows with Visual C 2010
nschneider edited this page Aug 23, 2012
·
17 revisions
- MS Visual C++ Express 2010 http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express
- MS SDK http://www.microsoft.com/en-us/download/details.aspx?id=8279
- OpenSSL Library http://slproweb.com/products/Win32OpenSSL.html
- cmake http://www.cmake.org/cmake/resources/software.html
- git http://code.google.com/p/tortoisegit/
- Windows Vista or newer. It does not build on XP.
git clone git://github.com/FreeRDP/FreeRDP.git
From the command line, go to the directory where you pulled the sources and type
cmake .Of course, you can also run cmake-gui that comes with the windows cmake install and point it to your sources.
In Visual Studio, open the FreeRDP project map and build it. It should build clean.
- you need --sec tls on the command line, this is true for my linux build, too
- colours are garbled unless you say -a 32, this is not true for my linus build
- rdpdr disk, printer and smartcard plugin are actively developed and should be available soon (Sept. 2012)
- cliprdr plugin lacks ~1000 lines of source and does not yet work, though it builds clean
- Status of all other plugins is unknown