Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii authored Jan 5, 2025
1 parent 85d6ae8 commit 65273ec
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,20 +107,17 @@ What is MLV App? Lightroom, but for Magic Lantern MLV Video (and open source and
- Build and Start

#### Qt App Linux (generally)
- install Qt5 (5.6 .. 5.15.2) or Qt6 (6.4 or later) and ffmpeg (we use v3.3.2)
- install Qt5 (5.6 .. 5.15.2) or Qt6 (6.4 or later), ffmpeg (we use v3.3.2) and other needed packages. We install this in the github Linux runner:
```
sudo apt-get install --no-install-recommends make g++ qt5-qmake qtbase5-dev qtmultimedia5-dev libqt5multimedia5 libqt5multimedia5-plugins libqt5opengl5-dev libqt5designer5 libqt5svg5-dev libfuse2 libxkbcommon-x11-0 appstream
```
- `cd platform/qt/`
- `qmake MLVApp.pro` or equivalent (depending on distro and version and...)
- `make -j$(nproc)`
- `./mlvapp` and have fun

A detailed guide for compiling MLV-App on Linux can be found [here](https://sternenkarten.com/tutorial-englisch/) (thanks to @seescho).

If you have a Debian based distro, these packages will give you everything you need:
```
sudo apt install qt5-default qtchooser qtmultimedia5-dev qt5-qmake
```
(tested on Ubuntu 20.04 and ChromeOS linnux)

#### Cocoa App (very very deprecated)
```
git clone https://github.com/ilia3101/MLV-App.git
Expand Down

0 comments on commit 65273ec

Please sign in to comment.