5

I read on the Ubuntu site about development, and I'm downloading the Ubuntu SDK currently, but I just had some questions that the site didn't answer for me when I was looking around.

Is the Ubuntu SDK strictly for Ubuntu mobile, or is it for the computer OS, or both?

I'm currently using a Ubuntu Machine, and I also have the tools I need to develop for Ubuntu. I would like to know if there is a difference in developing for Ubuntu Touch OS and the Ubuntu OS. Like OSX and iOS both have a core language of Objective-C, but both platforms use two different SDK's since they are two different operating systems.

I also would like to know of any resources to assist me, being that I'm new to these particular tools.

Casey
  • 371
  • 1
  • 3
  • 14

1 Answers1

2

you'll need an ubuntu machine to develop for ubuntu touch

getting started: http://developer.ubuntu.com/get-started/

apidocs: http://developer.ubuntu.com/api/ubuntu-12.10/qml/mobile/overview-ubuntu-sdk.htmlhttp://qt-project.org/doc/qt-5.0/qtquick/qtquick-qmltypereference.html

  • 1
    I'm currently using a Ubuntu Machine, I also have the tools I need to develop for Ubuntu. I would like to know if there is a difference in developing for Ubuntu Touch OS and the Ubuntu OS. Like OSX and iOS both have a core language of Objective-C, but both platforms use two different SDK's since they are two different operating systems. I also would like to know of any resources to assist me, being that I'm new to these particular tools. – Casey Aug 22 '13 at 15:53
  • You can develop with qml and qt4 for both. – Kupiakos Aug 22 '13 at 15:59
  • @Casey That comment looks like a very well written question which should be in your question. Consider improving your question with it. :) – gertvdijk Aug 22 '13 at 16:00
  • @Kupiakos I have qt5, and the Ubuntu SDK, maybe you could post this as answer to my question with some more details, and answer my resources question, if so I think you can accurately answer my question! – Casey Aug 22 '13 at 16:02
  • @gertvdijk I think I will! :) – Casey Aug 22 '13 at 16:03