Skip to content

02Pegasus

Ronbin edited this page Dec 6, 2024 · 1 revision

Pegasus is a easy to use emulator front-end. It has multiple themes and can be executed in kms.

Compile it yourself

Install compilation dependencies.

apt install git build-essential qttools5-dev-tools qt5-qmake libsdl2-dev qtdeclarative5-dev qtmultimedia5-dev libqt5svg5-dev

Download the source code from their github.

git clone --recursive https://github.com/mmatyas/pegasus-frontend

Change dir, configure, compile and install.

cd pegasus-frontend
mkdir build && cd build
qmake .. USE_SDL_GAMEPAD=1 USE_SDL_POWER=1 INSTALL_BINDIR=/usr/bin
make
make install

Install my compiled binary

Alternatively you can download my binary. Extract it and copy to /usr/local/bin

wget "https://www.dropbox.com/s/aqz5scb1wq9e6tr/pegasus64.tar.gz?dl=1" -O pegasus.tar.gz
tar -xf pegasus.tar.gz
mv pegasus-fe /usr/local/bin/

But you'll need to manually install it's dependencies.

apt install qml-module-qtquick2 qml-module-qtquick-window2 libsdl2-2.0-0 libqt5sql5

Clone this wiki locally