Skip to content

Commit

Permalink
chore(docs) : Updated Ubuntu installation docs (#43)
Browse files Browse the repository at this point in the history
* chore: updated Ubuntu installation docs

* docs: re-added NixOS prerequisits

---------

Co-authored-by: francis2tm <franciscomelot@hotmail.com>
  • Loading branch information
deadstrobe5 and francis2tm authored Feb 8, 2024
1 parent 7c7bbb0 commit dda78d4
Showing 1 changed file with 5 additions and 30 deletions.
35 changes: 5 additions & 30 deletions docs/src/app/documentation/getting-started/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,39 +45,14 @@ sudo apt install libwebkit2gtk-4.0-dev \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev
```

```bash {{ title: 'Fedora' }}
sudo dnf check-update
sudo dnf install webkit2gtk4.0-devel \
openssl-devel \
curl \
wget \
file \
libappindicator-gtk3-devel \
librsvg2-devel
sudo dnf group install "C Development Tools and Libraries"
```

```bash {{ title: 'Arch' }}
sudo pacman -Syu
sudo pacman -S --needed \
webkit2gtk \
base-devel \
curl \
wget \
file \
openssl \
appmenu-gtk-module \
gtk3 \
libappindicator-gtk3 \
librsvg \
libvips
librsvg2-dev \
cmake \
llvm \
clang
```

```bash {{ title: 'NixOS' }}
# flake.nix
# with flake.nix
nix develop
```

Expand Down

0 comments on commit dda78d4

Please sign in to comment.