Skip to content

Build scripts that can automatically build things useful for CBC development

Notifications You must be signed in to change notification settings

matthewbot/CBCBuildScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CBCBuildScripts

By Matthew Thompson

Requirements

Running

make     # sets /mnt/kiss/qt up for usage by the cbc build scripts
make -jN # parallel build for machines with N processors. Cuts time down significantly!

Description

This script downloads, builds, and installs Qt Embedded 4.5.2 and tslib 1.0 for the chumby, and installs them into /opt/chumbyqt/qt. It then creates a symlink from /mnt/kiss to /opt/chumbyqt, which allows the whole set up to be used by the cbc build scripts. On my box it takes 30-35 minutes to run (Pentium D, 2 gigs, using -j2).

At the present, it unfortunately will ocassionally prompt you for your sudo password, mainly because I haven't yet figured out how to build qt without fully installing tslib. Qt will also ask you to agree to the LGPL. Both of these interactive prompts halt the build process, so at present this is not a set it and forget it type script.

About

Build scripts that can automatically build things useful for CBC development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published