|
|
@ -100,7 +100,7 @@ Generally, the go build tools are installed as-needed in the `Makefile`.
|
|
|
|
An exception are the tools to build the CSS and images.
|
|
|
|
An exception are the tools to build the CSS and images.
|
|
|
|
|
|
|
|
|
|
|
|
- To build CSS: Install [Node.js](https://nodejs.org/en/download/package-manager)
|
|
|
|
- To build CSS: Install [Node.js](https://nodejs.org/en/download/package-manager)
|
|
|
|
with `npm` and then run `npm install` and `make stylesheets`.
|
|
|
|
with `npm` and then run `npm install` and `make generate-stylesheets`.
|
|
|
|
- To build Images: ImageMagick, inkscape and zopflipng binaries must be
|
|
|
|
- To build Images: ImageMagick, inkscape and zopflipng binaries must be
|
|
|
|
available in your `PATH` to run `make generate-images`.
|
|
|
|
available in your `PATH` to run `make generate-images`.
|
|
|
|
|
|
|
|
|
|
|
|