Skip to content

Commit

Permalink
Merge pull request #229 from PLAZMAMA/installation_clearup
Browse files Browse the repository at this point in the history
Installation Clear Up
  • Loading branch information
epasveer authored Mar 2, 2024
2 parents 6e34234 + ed8937d commit fc9f969
Showing 1 changed file with 27 additions and 12 deletions.
39 changes: 27 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ Please report any bugs or desired features to my email or create a [task](https:
GitHub project page.


Requirements
Installation
============

Seer can be installed either from a package manager or from source.
> [!NOTE]
> Make sure the requirements are met before installing.
Requirements
---------
* Linux
* C++17
* gdb with "mi" interpreter
* gdb with "mi" interpreter (check by running: `gdb --interpreter=mi`)
* CMake (3.10 or newer)
* QT6
* When building Seer from source, you will need the QT6 "devel" packages installed on your system for your distribution.
Expand All @@ -30,6 +36,25 @@ Requirements
* **Seer no longer compiles with Qt5.** The 2.3 source tree is the last one that does.
* Qt5 build instructions are here: https://github.com/epasveer/seer/wiki/Building-Seer---Qt5

Install from package
---------
Available through the following package managers:

### Pamac (Manjaro)

pamac install seer

Install from source
---------
(Recommended) Seer can be built with Qt6 by following the instructions below.

https://github.com/epasveer/seer/wiki/Building-Seer---Qt6

It can still be built with Qt5, for the time being by following the instructions below.

https://github.com/epasveer/seer/wiki/Building-Seer---Qt5


NEWS
====

Expand Down Expand Up @@ -203,16 +228,6 @@ Go to the Wiki to see all the ways to run Seer.

https://github.com/epasveer/seer/wiki/Starting-Seer


Building Seer
=============

Go to the Wiki to see how to build Seer. Seer can be built with Qt6. As well, for the time being, it can still be built with Qt5.

https://github.com/epasveer/seer/wiki/Building-Seer---Qt6
</br>
https://github.com/epasveer/seer/wiki/Building-Seer---Qt5

Support/Contact
===============

Expand Down

0 comments on commit fc9f969

Please sign in to comment.