Difference between revisions of "Make Controller"

From Bashlinux
Jump to: navigation, search
(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:
 
* [[mcbuilder]]
=== 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
 
./mcbuilder
 

Latest revision as of 19:47, 13 June 2015