Warning: Undefined variable $user in
/home/.sites/site2/wwwroot/web/lib/plugins/authpdo/auth.php on line
577
Warning: Undefined variable $user in
/home/.sites/site2/wwwroot/web/lib/plugins/authpdo/auth.php on line
577
Warning: Undefined variable $user in
/home/.sites/site2/wwwroot/web/lib/plugins/authpdo/auth.php on line
577
Warning: Undefined variable $user in
/home/.sites/site2/wwwroot/web/lib/plugins/authpdo/auth.php on line
577
Warning: Undefined variable $user in
/home/.sites/site2/wwwroot/web/lib/plugins/authpdo/auth.php on line
577
Warning: Undefined variable $user in
/home/.sites/site2/wwwroot/web/lib/plugins/authpdo/auth.php on line
577
Warning: Undefined variable $user in
/home/.sites/site2/wwwroot/web/lib/plugins/authpdo/auth.php on line
577
Warning: Undefined variable $user in
/home/.sites/site2/wwwroot/web/lib/plugins/authpdo/auth.php on line
577
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
info:devel:building [2015/12/12 20:26] – gkuhnert@compassnetworks.com.au | info:devel:building [2015/12/12 20:28] (current) – old revision restored (2015/07/26 02:29) gkuhnert@compassnetworks.com.au |
---|
yum -y install sausalito-devel-tools flex-devel gettext | yum -y install sausalito-devel-tools flex-devel gettext |
ln -s ~/rpmbuild/ /usr/src/redhat | ln -s ~/rpmbuild/ /usr/src/redhat |
mkdir -p /home/devel | mkdir -p /home/devel/BlueOnyx/trunk |
cd /home/devel | cd /home/devel/BlueOnyx/trunk |
svn checkout https://devel.blueonyx.it/repos/trunk/BlueOnyx BlueOnyx | svn checkout https://devel.blueonyx.it/repos/trunk/BlueOnyx BlueOnyx |
| |
===== Build some RPM's ====== | ===== Build some RPM's ====== |
As an example, this is how to build the CCE rpm files. | As an example, this is how to build the CCE rpm files. |
cd /home/devel/BlueOnyx/5209R/utils/cce | cd /home/devel/BlueOnyx/trunk/BlueOnyx/5209R/utils/cce |
make clean | make clean |
make | make |
make rpm | make rpm |
| |