Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. sudo apt-get build-dep swift
  2. sudo apt-get install build-essential fakeroot devscripts
  3.  
  4. mkdir swift_build && cd swift_build
  5. apt-get source swift
  6. wget http://www.andrews-corner.org/patches/replicator_intersection_fix.diff
  7. cd swift-2.5.0
  8. patch -p1 < ../replicator_intersection_fix.diff
  9.  
  10. debchange -i
  11.  
  12. dpkg-source --commit
  13.  
  14. debuild -us -uc -i -I
  15. sudo debi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement