mirror of
https://github.com/neovide/neovide.git
synced 2026-09-10 07:16:25 -04:00
Revisit Fedora installation.md notes. (#3044)
Some checks are pending
Lint Website / Lint website (push) Waiting to run
Build and Publish Website / Build Website (push) Waiting to run
Build and Publish Website / Generate Sitemap (push) Blocked by required conditions
Build and Publish Website / Publish Website (push) Blocked by required conditions
Some checks are pending
Lint Website / Lint website (push) Waiting to run
Build and Publish Website / Build Website (push) Waiting to run
Build and Publish Website / Generate Sitemap (push) Blocked by required conditions
Build and Publish Website / Publish Website (push) Blocked by required conditions
This commit is contained in:
parent
1d00fcc345
commit
b39f9b85b8
|
|
@ -157,8 +157,8 @@ environment.systemPackages = with pkgs; [neovide];
|
|||
- Fedora
|
||||
|
||||
```sh
|
||||
sudo dnf install fontconfig-devel freetype-devel libX11-xcb libX11-devel libstdc++-static libstdc++-devel
|
||||
sudo dnf groupinstall "Development Tools" "Development Libraries"
|
||||
sudo dnf install fontconfig-devel freetype-devel @development-tools \
|
||||
libstdc++-static libstdc++-devel
|
||||
```
|
||||
|
||||
- Arch
|
||||
|
|
|
|||
Loading…
Reference in a new issue