summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah C. Foster <jeremiah.foster@pelagicore.com>2014-02-13 14:45:35 +0100
committerJonatan PĂ„lsson <jonatan.palsson@pelagicore.com>2014-02-16 15:15:52 +0100
commite617e94375aceb6db83c1be043f86d5cc9977699 (patch)
tree30794db7aa9fc8591d3416d85ce6c5ec5c83191d
parent5cde0d2baea92aa1a7614a1f1b26c17efedb35ee (diff)
downloadbrowser-poc-e617e94375aceb6db83c1be043f86d5cc9977699.tar.gz
Adding Build instructions for Ubuntu 12.04.
-rw-r--r--Build.instructions.Ubuntu.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/Build.instructions.Ubuntu.txt b/Build.instructions.Ubuntu.txt
new file mode 100644
index 0000000..623327a
--- /dev/null
+++ b/Build.instructions.Ubuntu.txt
@@ -0,0 +1,37 @@
+Build Instructions for installation of Browser-PoC on Ubuntu 12.04
+==================================================================
+
+If your target is to build GENIVI's Browser Proof-of-Concept on Ubuntu
+12.04 LTS, then these instructions may help you through the build
+process. The build process is slightly different if you're using
+Ubuntu's version of Qt 5.
+
+System requirements
+-------------------
+
+Ubuntu 12.04 LTS
+
+To get a later version of Qt on Ubuntu 12.04, which was released
+nearly two years ago, you can use the Ubuntu provided SDK for Qt
+available as a PPA.[1] The easiest way to do this is to add to
+/etc/apt/sources.list these two lines;
+
+ deb http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu precise main
+ deb-src http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu precise main
+
+Alternatively Ubuntu puts PPAs in the sources.list.d directory so you
+can put those two lines in a file called
+/etc/apt/sources.list.d/ubuntu-sdk-team-ppa-precise.list
+and then run;
+
+$ sudo apt-get update
+$ sudo apt-get install qtdeclarative5-dev
+
+The above commands install the headers / libraries necessary for
+development with Qt and QML.
+
+Resources
+---------
+
+0. http://askubuntu.com/questions/279421/how-can-i-install-qt-5-x-on-12-04-lts
+1. https://launchpad.net/~ubuntu-sdk-team/+archive/ppa