Changes between Version 7 and Version 8 of Ticket #1504, comment 3


Ignore:
Timestamp:
Jun 25, 2012, 12:40:47 AM (12 years ago)
Author:
picobyte

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1504, comment 3

    v7 v8  
     1Installing gloox:
    12
    2 I've installed gloox here:
    3 
    4 /home/roel/development/git/0ad/build/gloox-1.0 ... from there:
    53{{{
     4# change as appropriate:
    65DIR_0ad=/home/$USER/development/git/0ad
    76
     
    98svn co svn://svn.camaya.net/gloox/branches/1.0 gloox-1.0
    109}}}
    11 
    12 trying make clean...
    1310
    1411Sidenote:
     
    2219cd $DIR_0ad/source
    2320ln -s $DIR_0ad/alien/gloox-1.0/include/gloox
     21
     22# Since I didn't install gloo system-wide I have to add some links:
     23
     24cd $DIR_0ad/binaries/system
     25for f in ../../alien/gloox-1.0/lib/lib*; do ln -s $f; done
    2426}}}
    2527
    26 in build/workspaces:
     28building 0ad, from $DIR_0ad/build/workspaces:
    2729{{{
    2830./update-workspaces.sh; cd gcc;make -j5; cd ..
    29 }}}
    30 
    31 Since I didn't install gloo system-wide I have to add some links:
    32 
    33 {{{
    34 cd $DIR_0ad/binaries/system
    35 for f in ../../alien/gloox-1.0/lib/lib*; do ln -s $f; done
    3631}}}
    3732