

Right now I'd rather implement some new features than learn how to create packages.
However, you can build it from sources. You will need Qt4 (4.8 preferably), GCC >= 4.4 and Assimp library (I think you need to install something like libassimp-dev).
Now, there may be an issue with linking executable to libassimp. If you got ld: cannot find -lassimp.dll error, try to change line 41 in bricks.pro file. It looks like this LIBS += -LD:../lib -lassimp.dll. Change it to LIBS += -L -lassimp. That way it should work, but I can't guarantee it yet.
If you're familiar with developing for Linux, you can join the project and create binaries and packages for your Linux distribution :) - Jan 29 2013
Network by argon-od 16 comments
OR, you can specify any path you want in "mainwindow.cpp", lines 277 and 625.
QFile FileOpt(
QDir::homePath() + QDir::separator() + QString("transferme_options.bin")
); - Sep 15 2011
Network by argon-od 16 comments
The app did not have the permission to create a file with the settings in /usr/bin/
Try the new version, 1.0.2. - Sep 15 2011
Network by argon-od 16 comments
Does the application have the permission to create files in folder? The settings are stored in "options.bin".
Have you tried to recompile it?
Please, describe it more precisely :)
The app is "green" or "default" every time? - Sep 14 2011
Network by argon-od 16 comments
Sorry, but there are no comments...almost...
laziness is one of the virtues of a programmer, remember? :D
(I'm joking) - Sep 10 2011
Network by argon-od 16 comments
In my opinion, this application is far more close to free software than to proprietary. - Sep 10 2011
Network by argon-od 16 comments
And what terms should I define for my executable? I'm not fully familiar with licencing yet...
p.s. "enable/disable style" option added, thanks for notice :) - Sep 09 2011