Skip to content

Commit

Permalink
Update location of mjpg-streamer repository.
Browse files Browse the repository at this point in the history
Directory for mjpg-streamer corrected to match. This has been posted as
ninjablocks#4 for two years, but apparently nobody is paying attention there.
  • Loading branch information
Quentin Smart authored and hlapp committed Jan 13, 2016
1 parent a188b44 commit f13509e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup_scripts/beagle_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,27 @@ cd /home/ubuntu/;

# Checking out mjpeg-streamer
echo -e "\n→ ${bold}Checking out mjpeg-streamer${normal}\n";
svn co https://mjpg-streamer.svn.sourceforge.net/svnroot/mjpg-streamer mjpg-streamer;
svn co https://svn.code.sf.net/p/mjpg-streamer/code/mjpg-streamer mjpg-streamer;

# Entering the mjpeg-streamer dir
echo -e "\n→ ${bold}Entering the mjpeg-streamer dir${normal}\n";
cd /home/ubuntu/mjpg-streamer/mjpg-streamer/;
cd /home/ubuntu/mjpg-streamer/;

# Making mjpeg-streamer
echo -e "\n→ ${bold}Making mjpeg-streamer${normal}\n";
sudo make;

# Copying input_uvc.so into place
echo -e "\n→ ${bold}Copying input_uvc.so into place${normal}\n";
sudo cp /home/ubuntu/mjpg-streamer/mjpg-streamer/input_uvc.so /usr/local/lib/;
sudo cp /home/ubuntu/mjpg-streamer/input_uvc.so /usr/local/lib/;

# Copying output_http.so into place
echo -e "\n→ ${bold}Copying output_http.so into place${normal}\n";
sudo cp /home/ubuntu/mjpg-streamer/mjpg-streamer/output_http.so /usr/local/lib/;
sudo cp /home/ubuntu/mjpg-streamer/output_http.so /usr/local/lib/;

# Copying the mjpg-streamer binary into /usr/bin
echo -e "\n→ ${bold}Copying the mjpg-streamer binary into /usr/bin${normal}\n";
sudo cp /home/ubuntu/mjpg-streamer/mjpg-streamer/mjpg_streamer /usr/local/bin;
sudo cp /home/ubuntu/mjpg-streamer/mjpg_streamer /usr/local/bin;

# Not essential packages
echo -e "\n→ ${bold}Installing aptitude${normal}\n";
Expand Down

0 comments on commit f13509e

Please sign in to comment.