19 March, 2015

Ubuntu : Introduction to making your own apps (Part 1)

As I am writing this post, Ubuntu is the 3rd most deployed OS in the world just behind the big two.

So if you think that building apps for Windows and Mac OS was mainstream, this should come to you as a paradigm shift.

Lets cut the crap and get started shall we?

Installing the SDK release ppa


Adding this repository would be one of the first things that you should do

If you are behind a proxy server, then you should add the -e flag after sudo.
Now you will get the latest updates for your SDK.

 

Installing the Ubuntu SDK



Now install as follows
  • for Ubuntu 14.10
       You have to first check that all your packages are up to date. For that

       After that
      
  • for the others
    You can do as follows
Now all we have to do is run it.

 

Launching the Ubuntu SDK

  1. Search in the unity Dash lens for "Ubuntu SDK".
  2. Launch it from the icon found.
  3. OR you could do this.
from the shell. It will look something like this.


Stay tuned for more and hey,

Happy coding!

 


No comments:

Post a Comment