Hi, On Fri, Feb 20, 2015 at 05:06:03PM -0500, Kishore Debnath wrote: > I have recently joined FreeRDP Project and this is my first mail; want to > know how to do the configure the developer environment of the project. welcome.
> I have Xcode, Ecllipse CDT, Codelite IDEs. > Anyone will work for me. Never tried with Codelite but Eclipse or XCode work fine. > Can someone guide me through this? There is some basic documentation https://github.com/FreeRDP/FreeRDP/wiki/Compilation but not sure if everything is up to date. So here a short "mind" summary for OS X (hope I'm not missing anything :). Before you get started you need the following dependencies: * command line tools * cmake * XQuarz (http://xquartz.macosforge.org/landing/) - if you want xfreerdp (I'd suggest it) # Eclipse * git clone https://github.com/FreeRDP/FreeRDP.git * cd FreeRDP * cmake -DWITH_X11=ON -G "Eclipse CDT4" . * start eclipse * File->Import * use "Existing Projects into Workspace" * browse to your FreeRDP directory * press Finish # Xcode * git clone https://github.com/FreeRDP/FreeRDP.git * cd FreeRDP * cmake -DWITH_X11=ON -G "Xcode" . * open the FreeRDP Xcode project If you develop it makes sense to create debug builds. For this just add the option "-DCMAKE_BUILD_TYPE=Debug" when you run cmake. Best regards, Bernhard ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk _______________________________________________ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel