Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.69 KB

INSTALL.md

File metadata and controls

53 lines (34 loc) · 1.69 KB

Installation instructions

[简体中文 Simplified Chinese]

Windows

Download section offers two packages: a ZIP archive for x64 processors and a ZIP archive for Arm64 processors. 32-bit Windows is not supported.

Download the ZIP archive, unpack it somewhere on your disk and run spek.exe.

macOS

Download section offers two packages: a TGZ archive for Intel processors and a TGZ archive for Apple Silicon. Spek requires macOS 10.5+.

Download and unpack the TGZ archive, then drag the Spek icon to Applications.

Linux and other Unix-like systems

Binary packages

Spek-X

Original Spek (Outdated)

Building from the git repository

git clone https://github.com/MikeWang000000/spek-X.git
cd spek-X
./autogen.sh
make

To build you will need wxWidgets and FFmpeg packages. On Debian/Ubuntu you also need development packages: libwxgtk3.0-dev, wx-common, libavcodec-dev and libavformat-dev.

To start Spek, run:

src/spek

Or install it with:

sudo make install