Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tpecholt committed Sep 8, 2024
1 parent 41066a4 commit c3395fe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![img](https://github.com/tpecholt/imrad/actions/workflows/cmake.yml/badge.svg)
![img](https://github.com/tpecholt/imrad/actions/workflows/windows.yml/badge.svg)
![img](https://github.com/tpecholt/imrad/actions/workflows/ubuntu.yml/badge.svg)

# ImRAD

Expand Down Expand Up @@ -90,15 +91,15 @@ Somewhat older version can be downloaded from [Releases](https://github.com/tpec
4. If you didn't alter CMAKE_INSTALL_PREFIX variable ImRAD will be installed into *C:\Program Files\imrad\latest*

## Linux
1. Due to the GTK FileOpen dialog you need to `apt install` these packages first (exact list depends on your OS):
1. Due to the GTK FileOpen dialog dependency you need to `apt install` these packages first (exact list depends on your OS):

`pkg-config gtk-3-dev libsystemd-dev libwebp-dev libzstd-dev`
*pkg-config gtk-3-dev libsystemd-dev libwebp-dev libzstd-dev*

3. Run the provided installation script (script parameter is the ImRAD version you want to name the folder)

```sudo ./release-linux 0.7```
```sudo ./release-linux 0.8```

4. ImRAD will be installed into *./install/imrad-0.7*
4. ImRAD will be installed into *./install/imrad-0.8*

# How to debug

Expand Down

0 comments on commit c3395fe

Please sign in to comment.