mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Merge pull request #6730 from bsara/doc-updates
Added build prerequisites to README
This commit is contained in:
commit
5ad6a98a54
11
README.md
11
README.md
@ -73,6 +73,17 @@ to the `dependencies` in your `component.json`.
|
||||
|
||||
## Hacking on Font Awesome
|
||||
|
||||
**Before you can build the project**, you must first have the following installed:
|
||||
|
||||
- [Ruby](https://www.ruby-lang.org/en/)
|
||||
- Ruby Development Headers
|
||||
- **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)*
|
||||
- **Windows:** [DevKit](http://rubyinstaller.org/)
|
||||
- [Bundler](http://bundler.io/) (Run `gem install bundler` to install).
|
||||
- [Node Package Manager (AKA NPM)](https://docs.npmjs.com/getting-started/installing-node)
|
||||
- [Less](http://lesscss.org/) (Run `npm install -g less` to install).
|
||||
- [Less Plugin: Clean CSS](https://github.com/less/less-plugin-clean-css) (Run `npm install -g less-plugin-clean-css` to install).
|
||||
|
||||
From the root of the repository, install the tools used to develop.
|
||||
|
||||
$ bundle install
|
||||
|
@ -75,6 +75,17 @@ to the `dependencies` in your `component.json`.
|
||||
|
||||
## Hacking on Font Awesome
|
||||
|
||||
**Before you can build the project**, you must first have the following installed:
|
||||
|
||||
- [Ruby](https://www.ruby-lang.org/en/)
|
||||
- Ruby Development Headers
|
||||
- **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)*
|
||||
- **Windows:** [DevKit](http://rubyinstaller.org/)
|
||||
- [Bundler](http://bundler.io/) (Run `gem install bundler` to install).
|
||||
- [Node Package Manager (AKA NPM)](https://docs.npmjs.com/getting-started/installing-node)
|
||||
- [Less](http://lesscss.org/) (Run `npm install -g less` to install).
|
||||
- [Less Plugin: Clean CSS](https://github.com/less/less-plugin-clean-css) (Run `npm install -g less-plugin-clean-css` to install).
|
||||
|
||||
From the root of the repository, install the tools used to develop.
|
||||
|
||||
$ bundle install
|
||||
|
Loading…
Reference in New Issue
Block a user