Advertisement
Guest User

Steps to get LeapCast running on Windows by Mistawes

a guest
Aug 6th, 2013
1,877
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Steps to get LeapCast running on Windows by Mistawes
  2.  
  3. -Download master.zip from Github, extract to C:
  4. -Download http://python-distribute.org/distribute_setup.py and save to the leap-master folder.
  5. -Download https://raw.github.com/pypa/pip/master/contrib/get-pip.py and save to the leap-master folder.
  6. -Install Python 2.7.5 (if you have a newer version, install 2.7.5 and edit the environment variable to "C:Python27")
  7. -Edit "PATH" environment variable (under "system variables") to include separate "C:\Python27\Scripts" using ; to separate them.
  8. -click Start>Run then type "powershell" and hit enter.
  9. -Navigate to the leap-master folder you extracted (cd c:\leap-master)
  10. -Type "python distribute_setup.py"
  11. -Type "python get-pip.py"
  12. -Type "python setup.py develop"
  13. -Every time you want to run it, you must start cmd and type "leapcast --name Name-Of-Device --chrome 'C:\Program Files\Google\Chrome\Application\chrome.exe' --fullscreen"
  14.  
  15. *NOTE* When typing these lines you leave out the " but keep the ' in place.
  16. *NOTE2* This is all assuming everything goes flawless, if you hit a snag read over acidrain's post + link.
  17.  
  18. -Mistawes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement