mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding readme info about jammit.
This commit is contained in:
parent
4a6c0996ab
commit
1962e097b7
1 changed files with 9 additions and 0 deletions
|
@ -88,6 +88,15 @@ Not the easiest to get installed. If you are running Mac OS X, you have a few op
|
|||
* Install from source (grueling): [http://www.scipy.org/Download](http://www.scipy.org/Download)
|
||||
* Use a combination of pip, easy_install, and [homebrew](http://mxcl.github.com/homebrew/): `pip install numpy && brew install gfortran && easy_install scipy`
|
||||
|
||||
#### Jammit
|
||||
|
||||
You must have Java 7 installed to run Jammit.
|
||||
|
||||
* Install Java 7 on OS X by following directions from http://www.cc.gatech.edu/~simpkins/teaching/gatech/cs2340/guides/java7-macosx.html
|
||||
* Also install the following gems:
|
||||
|
||||
sudo gem install closure-compiler jsmin cssmin uglifier
|
||||
|
||||
#### Other assorted packages
|
||||
|
||||
From inside the repository, run:
|
||||
|
|
Loading…
Add table
Reference in a new issue