KroArtem {l Wrote}:well, speaking about installing Lips Of Suna from sources, I don't really understand how to install it. Waf isn't in ubuntu repositories, so I should download waf from official site, compile it first, then compile Lips OF Suna.. It is just a bit boring, don't you think so?

Yeah, they removed it from the repositories but I started bundling it to the source code so that you don't need to download it separately. After pulling the code repository with Git, you should find the Waf script from the top level directory. Of course, I forgot to update the compilation instructions when I did the changes so it's no wonder you got stuck.
Though, even with Waf bundled, compiling the game is far from a pleasure. Bullet, Grapple, and Squish aren't in the Ubuntu repositories so you need to install those from source. Once you got the dependencies and the game compiled, you need to pull the data files from the data repository and, uhh, I really need to do something about the data repository now since compiling the data files has become so complicated.
Well, sorting out the data file mess isn't too hard so I'll give it a try in a bit. I have also been thinking of setting up a PPA for the dependencies, and perhaps the game itself as well, but I never got around learning how to do it. I'd really appreciate if someone could provide an example on it or, better yet, create the source debs for the dependencies.