Changes
Page history
Update linux installation
authored
Jan 19, 2024
by
yannick legoc
Show whitespace changes
Inline
Side-by-side
linux-installation.md
View page @
8dbbaa47
...
...
@@ -48,7 +48,7 @@ $ sudo make install
Rebuild the addons with the good electron version:
```
$ node-gyp rebuild --target=v25.2.0 --dist-url=https://electronjs.org/headers
--nomad=true
--vexplib=true --vexp_libdir=/usr/local/lib/libvexplib.a
$ node-gyp rebuild --target=v25.2.0 --dist-url=https://electronjs.org/headers --vexplib=true --vexp_libdir=/usr/local/lib/libvexplib.a
```
Package the project:
...
...
...
...