apt-get install gcc g++ make libgd2-xpm-dev git mc
mkdir MaaSoftware; cd MaaSoftware; mkdir cpp; cd cpp git clone git://git.maasoft.ru/root.git . git clone git://git.maasoft.ru/ToolsLib.git ToolsLib git clone git://git.maasoft.ru/CryptLib.git CryptLib git clone git://git.maasoft.ru/FtpServer.git FtpServer make -C ToolsLib make -C CryptLib cd FtpServer make