Make Controller: Difference between revisions
From Bashlinux
Jump to navigationJump to search
Content deleted Content added
Created page with "=== How to build mcbuilder for Make Controller on Linux === Instructions are for Fedora 14 up to Fedora 16 * Install dependencies yum install dbus-devel * Get the source s..." |
Replaced content with "* mcbuilder" |
||
| Line 1: | Line 1: | ||
| ⚫ | |||
=== How to build mcbuilder for Make Controller on Linux === |
|||
Instructions are for Fedora 14 up to Fedora 16 |
|||
* Install dependencies |
|||
yum install dbus-devel |
|||
* Get the source |
|||
svn co http://makecontroller.googlecode.com/svn/mcbuilder/trunk mcbuilder |
|||
* CD into the source |
|||
cd mcbuilder |
|||
* Update mercurial entries for future <code>pull</code>, edit <tt>~/.hgrc</tt> and add |
|||
[trusted] |
|||
users = storage |
|||
groups = staff |
|||
: They must match the user/group where <tt>qextserialport</tt> sources are being downloaded |
|||
* Replace qextserialport |
|||
cd src |
|||
mv qextserialport qextserialport-orig |
|||
git clone https://github.com/qextserialport/qextserialport.git |
|||
* Go to the root folder of mcbuilder |
|||
cd ../../ |
|||
* Create the Makefile and build the code |
|||
qmake-qt4 |
|||
make |
|||
* Run |
|||
| ⚫ | |||