Update from_the_sources.md
This commit is contained in:
parent
eff8f7fa7a
commit
1b80ae3871
@ -161,6 +161,11 @@ pkg install gmake redis python git npm node autoconf
|
||||
|
||||
You can update `npm` itself right now with a `npm update -g`
|
||||
|
||||
A few of the npm packages look for system binaries as part of their installation, and if missing will try to build it themselves. Installing these will save some time and allow for easier upgrades later:
|
||||
|
||||
```
|
||||
pkg install jpeg-turbo optipng gifsicle
|
||||
```
|
||||
|
||||
Because FreeBSD is shipped with CLANG and not GCC, you need to do this:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user