diff options
author | Christopher Rosell <chrippa@tanuki.se> | 2012-09-29 02:44:57 +0300 |
---|---|---|
committer | Christopher Rosell <chrippa@tanuki.se> | 2012-09-29 02:44:57 +0300 |
commit | 6ace47a5c2d9e4fc910ec39846a2d9540cb665b7 (patch) | |
tree | 9908b4a590a3de839d82185d85cbf7a0bd4eb637 | |
parent | 1c0e1e3e88c31059191360f8089cc177ce94a9cf (diff) |
Update README.
New installer for Windows is now available.
-rw-r--r-- | README.md | 22 |
1 files changed, 15 insertions, 7 deletions
@@ -36,16 +36,25 @@ Make sure you have at least Python and python-setuptools then run: This should install any missing Python dependencies automatically if they are missing. -Installing (Windows) --------------------- +Installing (Windows installer) +----------------------------- +1. Download installer from downloads and run it +2. Once installed, open %APPDATA%\livestreamer\livestreamerrc in a text editor and make sure everything is correct +3. Use livestreamer from command prompt + +*Note!* Installer has only been tested on Windows 7 (x64) as of now. Also, if you have previously installed manually you may need to remove livestreamer.exe from PYTHONPATH\Scripts. + + +Installing (Windows manual install) +--------------------------------- 1. Install Python 2. Install Python setuptools 3. Get rtmpdump and unpack it somewhere (rtmpdump-20110925-git-6230845-win32.zip from the downloads section should work) 4. Add these paths to your Path environment variable: - * [Python path]\ - * [Python path]\scripts\ - * [rtmpdump path]\ (or specify full path with --rtmpdump option) - * [VLC/mplayer/other path]\ (or specify full path with --player option) + * PYTHONPATH\ + * PYTHONPATH\Scripts\ + * RTMPDUMPPATH\ (or specify full path with --rtmpdump option) + * PLAYERPATH\ (or specify full path with --player option) 5. Open a command prompt and change directory to livestreamer source, then run: @@ -54,7 +63,6 @@ Installing (Windows) This should install any missing Python dependencies automatically if they are missing. - Using ----- $ livestreamer --help |