mirror of https://github.com/pyodide/pyodide.git
Update the documentation around dev dependencies. (#565)
This commit is contained in:
parent
bd38722f2d
commit
f14c3fe5c8
|
@ -64,7 +64,9 @@ Additional build prerequisites are:
|
||||||
- PyYAML
|
- PyYAML
|
||||||
- [lessc](http://lesscss.org/) to compile less to css.
|
- [lessc](http://lesscss.org/) to compile less to css.
|
||||||
- [uglifyjs](https://github.com/mishoo/UglifyJS) to minify Javascript builds.
|
- [uglifyjs](https://github.com/mishoo/UglifyJS) to minify Javascript builds.
|
||||||
- [ccache](https://ccache.samba.org) (optional) recommended for much faster rebuilds.
|
- gfortran (GNU Fortran 95 compiler)
|
||||||
|
- [f2c](http://www.netlib.org/f2c/)
|
||||||
|
- [ccache](https://ccache.samba.org) (optional) *highly* recommended for much faster rebuilds.
|
||||||
|
|
||||||
On Mac, you will also need:
|
On Mac, you will also need:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue