Changes between Version 13 and Version 14 of projects/techies-of-color/workplan/q3


Ignore:
Timestamp:
Jan 9, 2013, 3:26:25 PM (11 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/techies-of-color/workplan/q3

    v13 v14  
    9595 * Configure for [http://owncloud.org/support/big-files/ big files support]
    9696 * [http://owncloud.org/sync-clients/ Download], install and test clients
     97  * You also have to add the squeeze repo to pull in libssl0.9.8:
     98{{{
     99echo 'deb http://mirror.cc.columbia.edu/debian/ squeeze main' >> /etc/apt/sources.list.d/owncloud-client.list
     100}}}
     101  * Then install with all dependencies:
     102{{{
     103apt-get install owncloud-client libqt4-core libqt4-gui oxygen-icon-theme libcsync0 libcsync-plugin-owncloud libcsync-plugin-smb libcsync-plugin-sftp ntp libssl0.9.8 libssh-4 libssl0.9.8 libssl0.9.8 libssl0.9.8
     104}}}
     105