Update README.md
Added dependency on subversion package for compiling mjpg-streamer
This commit is contained in:
parent
126ca22f99
commit
ac907cf942
1 changed files with 2 additions and 2 deletions
|
|
@ -141,7 +141,7 @@ You should then be able to start the OctoPrint server:
|
|||
If you also want webcam and timelapse support, you'll need to download and compile MJPG-Streamer:
|
||||
|
||||
cd ~
|
||||
sudo apt-get install libjpeg8-dev imagemagick libav-tools
|
||||
sudo apt-get install subversion libjpeg8-dev imagemagick libav-tools
|
||||
wget -Omjpg-streamer.tar.gz http://mjpg-streamer.svn.sourceforge.net/viewvc/mjpg-streamer/mjpg-streamer/?view=tar
|
||||
tar xfz mjpg-streamer.tar.gz
|
||||
cd mjpg-streamer
|
||||
|
|
@ -201,4 +201,4 @@ I also want to thank [Janina Himmen](http://jhimmen.de/) for providing the kick-
|
|||
Why is it called OctoPrint and what's with the crystal ball in the logo?
|
||||
------------------------------------------------------------------------
|
||||
|
||||
It so happens that I needed a favicon and also OctoPrint's first name -- Printer WebUI -- simply lacked a certain coolness to it. So I asked The Internet(tm) for advise. After some brainstorming, the idea of a cute Octopus watching his print job remotely through a crystal ball was born... [or something like that](https://plus.google.com/u/0/106003970953341660077/posts/UmLD5mW8yBQ).
|
||||
It so happens that I needed a favicon and also OctoPrint's first name -- Printer WebUI -- simply lacked a certain coolness to it. So I asked The Internet(tm) for advise. After some brainstorming, the idea of a cute Octopus watching his print job remotely through a crystal ball was born... [or something like that](https://plus.google.com/u/0/106003970953341660077/posts/UmLD5mW8yBQ).
|
||||
|
|
|
|||
Loading…
Reference in a new issue