Hi,
could someone explain me, how I can use the Sailfish SDK without the included
qt-creator, please?
I just need to know what needs to be done to create a new project, compile and
deploy.
I'm unable to find any tutorial or explanation on that.
Thanks,
Matthias
__
Thanks for the hint, but I've already read that.
I'm missing the parts on what commands do I need to run to compile /
deploy a project.
Basically I'm always coding under Emacs it would be great to know the
commands, that needs to be run.
Anyway if nobody knows a solution, I guess I'm tryi
Thank you very much - that was exactly the missing point !
I successfully compiled and deployed a test app on the emulator.
BR,
Matthias
Quoting Luciano Montanaro :
I did some build directly on the SDK...
ssh to the build machine, then check the "mb2" command
mb2 --help
I think you need th
Hi,
I'm working on a OpenVPN client for my Jolla, but it seems that connman is
bugging around here:
this is the comman which will be used by connman:
openvpn --remote olz.dyndns.org --ca /home/nemo/OpenVPN/ca.crt --cert
/home/nemo/OpenVPN/olz_mobile.crt --key /home/nemo/OpenVPN/olz_mobile.key
On Sunday 05 January 2014 01:59:29 Matthias Fulz wrote:
> Hi,
>
> I'm working on a OpenVPN client for my Jolla, but it seems that connman is
> bugging around here:
>
> this is the comman which will be used by connman:
>
> openvpn --remote olz.dyndns.org --ca /ho
Hi,
there seems to be a bug in connman for openvpn - here is what I did find out
till now:
I'm working on a OpenVPN client for my Jolla, but it seems that connman is
bugging around here:
this is the comman which will be used by connman:
openvpn --remote olz.dyndns.org --ca /home/nemo/OpenVPN