/PortAMP

Portable command-line music player for Windows, OS X and Linux

Primary LanguageCMIT LicenseMIT

PortAMP

Copyright (c) Sergey Kosarevsky, 2015-2016

https://github.com/corporateshark/PortAMP

portamp@linderdaum.com

=============================

Portable command-line music player for Windows, OS X and Linux

=============================

Usage:

portamp <filename> [<filename2> ...] [--loop] [--wav-modplug] [--verbose]

Features:

=============================

UNIX build instructions:

git clone https://github.com/corporateshark/PortAMP
cd PortAMP
mkdir build
cd build
cmake .. -G "Unix Makefiles"
make all -j4 -B

Windows build instructions:

git clone https://github.com/corporateshark/PortAMP
cd PortAMP
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release
start PortAMP.sln

=============================

License:

The source code is available under the terms of the MIT License: https://github.com/corporateshark/PortAMP/blob/master/LICENSE