Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 352 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 352 Bytes

RDesktop

Native RDP client for Haiku-OS based on rdesktop (http://www.rdesktop.org/)

Build

Clone:

$ git clone https://github.com/threedeyes/rdesktop

Build project for gcc2 :

$ setgcc gcc2
$ cd haiku
$ make -f makefile.gcc2

Build project for gcc4:

$ setgcc gcc4
$ cd haiku
$ make -f makefile.gcc4