Isis-project

From WebOS Internals
Revision as of 19:24, 21 March 2012 by Scoutcamper (talk | contribs) (Created page with "==How To Build== Prereqs: You MUST have Ubuntu 11.04 Desktop 32 bit. Add the following lines to your .bashrc <pre> export ISIS_PROJECT_DIR="$HOME/isis-project" export STAGING...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How To Build

Prereqs:

You MUST have Ubuntu 11.04 Desktop 32 bit.

Add the following lines to your .bashrc

export ISIS_PROJECT_DIR="$HOME/isis-project"
export STAGING_DIR="$ISIS_PROJECT_DIR/staging/"
export QTDIR="$ISIS_PROJECT_DIR/qt4"
export QTDEST="$STAGING_DIR"
export INSTALL_DIR="$STAGING_DIR"
export MY_YAJL_INCLUDE_PATH="$ISIS_PROJECT_DIR/pbnjson/src/deps/yajl/yajl-1.0.7/include"
export MY_YAJL_LIB_PATH="$ISIS_PROJECT_DIR/pbnjson/src/deps/yajl/yajl-1.0.7/lib"
export LD_LIBRARY_PATH=$STAGING_DIR/lib:/usr/lib:/usr/local/lib

then type the following line

source ~/.bashrc