Advertisement
Guest User

Untitled

a guest
Jan 31st, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get build-dep libreoffice
  3. sudo apt-get install git-core
  4.  
  5. cd ~/Documents
  6. mkdir git
  7. cd git
  8. git clone git://anongit.freedesktop.org/libreoffice/core core
  9. cd core
  10.  
  11. git branch -f rollback ec894c5fb90bdee1c56d113d14b0bf524df9f # create new branch named rollback starting from the commit indicated by the hash
  12. git checkout rollback
  13. ./configure --without-junit --without-doxygen --without-mozilla
  14. make fetch
  15. ./g checkout rollback # the wiki says to do this
  16. make dev-install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement