Skip to content

Commit

Permalink
Updateing the makefile for minplayer and added a README.md for the to…
Browse files Browse the repository at this point in the history
…ols folder.
  • Loading branch information
travist committed Aug 11, 2019
1 parent a9237fe commit 9d92374
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions minplayer/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ fixjsstyle: ${files}

# Install the necessary tools.
tools:
apt-get install python-setuptools
apt-get install unzip
easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz
wget http://jsdoc-toolkit.googlecode.com/files/jsdoc_toolkit-2.4.0.zip -P tools
unzip tools/jsdoc_toolkit-2.4.0.zip -d tools
mv tools/jsdoc_toolkit-2.4.0/jsdoc-toolkit tools/jsdoc-toolkit
Expand Down
5 changes: 5 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This is a tools folder used to run the makefile. You can easily get all the
necessary tools by navigating to the player folder within Terminal, and then
type the following command.

sudo make -B tools

0 comments on commit 9d92374

Please sign in to comment.